Shades of Floral White #FCF8EE
Tints of Floral White #FCF8EE
RGB
CMYK
RGB Variations
Color information
#FCF8EE (or 0xFCF8EE) is known color: Floral White. HEX triplet: FC, F8 and EE. RGB value is (252,248,238). Sum of RGB (Red+Green+Blue) = 252+248+238=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 238 (93.36% from 255 or 32.25% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8EE is #030711. Grayscale: #F8F8F8. Windows color (decimal): -198418 or 15661308. OLE color: 15661308.
HSL color Cylindrical-coordinate representation of color #FCF8EE: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF8EE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 238 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 42.86º | 0.7% | 0.96% | - |
HSV(B) | 42.86º | 0.06% | 0.99% | - |
XYZ | 89.14 | 94 | 94.33 | - |
YUV | 248.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 238 | 0 | 0.02 | 0.06 | 0.01 | 42.86 | 0.7 | 0.96 |
Hex | FC | F8 | EE | 0 | 2 | 6 | 1 | 2B | 46 | 60 |
Octal | 374 | 370 | 356 | 0 | 2 | 6 | 1 | 53 | 106 | 140 |
Binary | 11111100 | 11111000 | 11101110 | 0 | 10 | 110 | 1 | 101011 | 1000110 | 1100000 |
Color Harmonies of #FCF8EE
Complementary color
Monochromatic Colors of #FCF8EE
Black with #FCF8EE
Text Example
Text Example
White with #FCF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8EE; }
p { color: rgb(252,248,238); }
H1.HeaderClassName
{
color: #FCF8EE;
}
.AnyTagClassName
{
color: #FCF8EE;
}
</style>
background-color css
<style>
a { background-color: #FCF8EE; }
a { background-color: rgb(252,248,238); }
div.DivClassName
{
background-color: #FCF8EE;
}
.BgClassName
{
background-color: #FCF8EE;
}
</style>
border-color css
<style>
span { border-color: #FCF8EE; }
span { border-color: rgb(252,248,238); }
td.TdClassName
{
border-color: #FCF8EE;
}
.TagClassName
{
border-color: #FCF8EE;
}
</style>