Shades of Floral White #FCF8F2
Tints of Floral White #FCF8F2
RGB
CMYK
RGB Variations
Color information
#FCF8F2 (or 0xFCF8F2) is known color: Floral White. HEX triplet: FC, F8 and F2. RGB value is (252,248,242). Sum of RGB (Red+Green+Blue) = 252+248+242=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 248 (97.27% from 255 or 33.42% from 742); Blue value is 242 (94.92% from 255 or 32.61% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F2 is #03070D. Grayscale: #F8F8F8. Windows color (decimal): -198414 or 15923452. OLE color: 15923452.
HSL color Cylindrical-coordinate representation of color #FCF8F2: hue angle of 36º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF8F2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 242 | - |
CMYK | 0 | 0.02 | 0.04 | 0.01 |
HSL | 36º | 0.63% | 0.97% | - |
HSV(B) | 36º | 0.04% | 0.99% | - |
XYZ | 89.74 | 94.24 | 97.46 | - |
YUV | 248.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 242 | 0 | 0.02 | 0.04 | 0.01 | 36 | 0.63 | 0.97 |
Hex | FC | F8 | F2 | 0 | 2 | 4 | 1 | 24 | 3E | 61 |
Octal | 374 | 370 | 362 | 0 | 2 | 4 | 1 | 44 | 76 | 141 |
Binary | 11111100 | 11111000 | 11110010 | 0 | 10 | 100 | 1 | 100100 | 111110 | 1100001 |
Color Harmonies of #FCF8F2
Complementary color
Monochromatic Colors of #FCF8F2
Black with #FCF8F2
Text Example
Text Example
White with #FCF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8F2; }
p { color: rgb(252,248,242); }
H1.HeaderClassName
{
color: #FCF8F2;
}
.AnyTagClassName
{
color: #FCF8F2;
}
</style>
background-color css
<style>
a { background-color: #FCF8F2; }
a { background-color: rgb(252,248,242); }
div.DivClassName
{
background-color: #FCF8F2;
}
.BgClassName
{
background-color: #FCF8F2;
}
</style>
border-color css
<style>
span { border-color: #FCF8F2; }
span { border-color: rgb(252,248,242); }
td.TdClassName
{
border-color: #FCF8F2;
}
.TagClassName
{
border-color: #FCF8F2;
}
</style>