What is the lead white hex code?
Lead white approximates #f8f8f0 — a warm dense off-white.
Why was lead white dangerous?
It contained lead. As paint it poisoned artists; as “Venetian ceruse” face powder it scarred and killed fashionable women who whitened their skin with it.
What replaced lead white?
Titanium white (titanium dioxide) in the 20th century — an opaque, brilliant, non-toxic white, now the most manufactured pigment on Earth.
What color is #f8f8f0?
#f8f8f0 is a pale soft yellow, closest to Floral White (ΔE2000 2.4). It sits at 60° on the hue wheel with 36% saturation and 96% lightness, which reads as warm.
What is the RGB value of #f8f8f0?
rgb(248, 248, 240) — 248 red, 248 green and 240 blue out of 255, or 97.3% / 97.3% / 94.1% by channel.
What is #f8f8f0 in HSL and HSV?
hsl(60, 36%, 96%) and hsv(60, 3%, 97%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #f8f8f0 a light or a dark color?
It is a light color. Relative luminance is 0.9338 and perceived brightness is 97%, so black text on it reaches 19.68:1.
Should I use black or white text on #f8f8f0?
Black. It scores 19.68:1 against #f8f8f0, versus 1.07:1 for white — AAA at any size.
Is #f8f8f0 accessible on a white background?
#f8f8f0 on white scores 1.07:1, which fails WCAG AA at every size. Darken it to #797938 to reach 4.5:1, or #59592A for 7:1.
What is the complementary color of #f8f8f0?
#F0F0F8 sits directly opposite on the wheel. Softer options are the split-complements #F0F4F8 and #F4F0F8, which give the same contrast with far less vibration.
What colors go well with #f8f8f0?
For interface work: #FAFAF5 as the surface, #E5E5C7 for borders, #9B9B4B for secondary text, #41538B as an accent and #575729 for hover and pressed states. For a palette, the analogous pair #F8F4F0 and #F4F8F0 stays calm, while #F0F0F8 is the loudest partner.
What is #f8f8f0 in CMYK for printing?
cmyk(0%, 0%, 3%, 3%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #f8f8f0 warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F8F5F0; nudged cooler, #F5F8F0.
Which Tailwind color is closest to #f8f8f0?
The yellow family — its 500 step is #eab308, ΔE2000 30 away. That is a visible difference, so define #f8f8f0 as a custom token rather than reaching for the built-in.
How do I use #f8f8f0 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#f8f8f0] or text-[#f8f8f0], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #f8f8f0 with 50% opacity?
rgba(248, 248, 240, 0.5), or #f8f8f080 in eight-digit hex. Over white that composites to #FCFCF8; over black, #7C7C78.
Is #f8f8f0 a web-safe color?
No. The nearest web-safe colour is #FFFFFF, ΔE2000 4.3 away. The palette only matters for legacy displays and some email clients now.
What does the color #f8f8f0 mean?
As a yellow, it reads optimistic, alert, cheap-and-cheerful. The most visible hue at low light levels, which is why it owns warnings, hazard tape and value retail. At this moderate chroma the association is present but not shouted.
What gradient works with #f8f8f0?
The safest is same-hue elevation: linear-gradient(135deg, #F9F9F1, #f8f8f0 45%, #575729). For more colour, a short hue run to #E0EEDB keeps it rich without turning muddy.