What is the titanium white hex code?
Titanium white approximates #fcfff0 — a brilliant near-pure white.
Why did titanium white replace lead white?
It matched lead white’s opacity and brilliance but without the toxicity — ending centuries of lead poisoning among painters and the public.
Is titanium white really everywhere?
Yes — titanium dioxide is the most manufactured pigment on Earth, found in paint, plastics, paper, cosmetics, sunscreen and even food coloring.
What color is #fcfff0?
#fcfff0 is a pale electric green, closest to Ivory (ΔE2000 1.3). It sits at 72° on the hue wheel with 100% saturation and 97% lightness, which reads as warm.
What is the RGB value of #fcfff0?
rgb(252, 255, 240) — 252 red, 255 green and 240 blue out of 255, or 98.8% / 100% / 94.1% by channel.
What is #fcfff0 in HSL and HSV?
hsl(72, 100%, 97%) and hsv(72, 6%, 100%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #fcfff0 a light or a dark color?
It is a light color. Relative luminance is 0.9851 and perceived brightness is 99%, so black text on it reaches 20.70:1.
Should I use black or white text on #fcfff0?
Black. It scores 20.70:1 against #fcfff0, versus 1.01:1 for white — AAA at any size.
Is #fcfff0 accessible on a white background?
#fcfff0 on white scores 1.01:1, which fails WCAG AA at every size. Darken it to #668000 to reach 4.5:1, or #4A5C00 for 7:1.
What is the complementary color of #fcfff0?
#F3F0FF sits directly opposite on the wheel. Softer options are the split-complements #F0F5FF and #FBF0FF, which give the same contrast with far less vibration.
What colors go well with #fcfff0?
For interface work: #F9FAF4 as the surface, #E4EDC0 for borders, #8B9B4B for secondary text, #000ECC as an accent and #668000 for hover and pressed states. For a palette, the analogous pair #FFFBF0 and #F5FFF0 stays calm, while #F3F0FF is the loudest partner.
What is #fcfff0 in CMYK for printing?
cmyk(1%, 0%, 6%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #fcfff0 warm or cool?
Warm — it scores 35 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFFCF0; nudged cooler, #F6FFF0.
Which Tailwind color is closest to #fcfff0?
The lime family — its 500 step is #84cc16, ΔE2000 29.7 away. That is a visible difference, so define #fcfff0 as a custom token rather than reaching for the built-in.
How do I use #fcfff0 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#fcfff0] or text-[#fcfff0], 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 #fcfff0 with 50% opacity?
rgba(252, 255, 240, 0.5), or #fcfff080 in eight-digit hex. Over white that composites to #FEFFF8; over black, #7E8078.
Is #fcfff0 a web-safe color?
No. The nearest web-safe colour is #FFFFFF, ΔE2000 7.3 away. The palette only matters for legacy displays and some email clients now.
What does the color #fcfff0 mean?
As a green, it reads safe, growing, natural. Green means go, well, and grown. It carries finance, sustainability and health with almost no explanation needed. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #fcfff0?
The safest is same-hue elevation: linear-gradient(135deg, #FBFFEB, #fcfff0 45%, #668000). For more colour, a short hue run to #D4FFD2 keeps it rich without turning muddy.