Shades of Floral White #FCF8EB
Tints of Floral White #FCF8EB
RGB
CMYK
RGB Variations
Color information
#FCF8EB (or 0xFCF8EB) is known color: Floral White. HEX triplet: FC, F8 and EB. RGB value is (252,248,235). Sum of RGB (Red+Green+Blue) = 252+248+235=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 235 (92.19% from 255 or 31.97% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8EB is #030714. Grayscale: #F7F7F7. Windows color (decimal): -198421 or 15464700. OLE color: 15464700.
HSL color Cylindrical-coordinate representation of color #FCF8EB: hue angle of 45.88º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCF8EB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 235 | - |
CMYK | 0 | 0.02 | 0.07 | 0.01 |
HSL | 45.88º | 0.74% | 0.95% | - |
HSV(B) | 45.88º | 0.07% | 0.99% | - |
XYZ | 88.71 | 93.83 | 92.03 | - |
YUV | 247.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 235 | 0 | 0.02 | 0.07 | 0.01 | 45.88 | 0.74 | 0.95 |
Hex | FC | F8 | EB | 0 | 2 | 7 | 1 | 2E | 4A | 5F |
Octal | 374 | 370 | 353 | 0 | 2 | 7 | 1 | 56 | 112 | 137 |
Binary | 11111100 | 11111000 | 11101011 | 0 | 10 | 111 | 1 | 101110 | 1001010 | 1011111 |
Color Harmonies of #FCF8EB
Complementary color
Monochromatic Colors of #FCF8EB
Black with #FCF8EB
Text Example
Text Example
White with #FCF8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8EB; }
p { color: rgb(252,248,235); }
H1.HeaderClassName
{
color: #FCF8EB;
}
.AnyTagClassName
{
color: #FCF8EB;
}
</style>
background-color css
<style>
a { background-color: #FCF8EB; }
a { background-color: rgb(252,248,235); }
div.DivClassName
{
background-color: #FCF8EB;
}
.BgClassName
{
background-color: #FCF8EB;
}
</style>
border-color css
<style>
span { border-color: #FCF8EB; }
span { border-color: rgb(252,248,235); }
td.TdClassName
{
border-color: #FCF8EB;
}
.TagClassName
{
border-color: #FCF8EB;
}
</style>