Shades of Floral White #FCF7ED
Tints of Floral White #FCF7ED
RGB
CMYK
RGB Variations
Color information
#FCF7ED (or 0xFCF7ED) is known color: Floral White. HEX triplet: FC, F7 and ED. RGB value is (252,247,237). Sum of RGB (Red+Green+Blue) = 252+247+237=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 237 (92.97% from 255 or 32.20% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7ED is #030812. Grayscale: #F7F7F7. Windows color (decimal): -198675 or 15595516. OLE color: 15595516.
HSL color Cylindrical-coordinate representation of color #FCF7ED: hue angle of 40º degrees, saturation: 0.71, 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 #FCF7ED is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 247 | 237 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 40º | 0.71% | 0.96% | - |
HSV(B) | 40º | 0.06% | 0.99% | - |
XYZ | 88.69 | 93.33 | 93.46 | - |
YUV | 247.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 247 | 237 | 0 | 0.02 | 0.06 | 0.01 | 40 | 0.71 | 0.96 |
Hex | FC | F7 | ED | 0 | 2 | 6 | 1 | 28 | 47 | 60 |
Octal | 374 | 367 | 355 | 0 | 2 | 6 | 1 | 50 | 107 | 140 |
Binary | 11111100 | 11110111 | 11101101 | 0 | 10 | 110 | 1 | 101000 | 1000111 | 1100000 |
Color Harmonies of #FCF7ED
Complementary color
Monochromatic Colors of #FCF7ED
Black with #FCF7ED
Text Example
Text Example
White with #FCF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7ED; }
p { color: rgb(252,247,237); }
H1.HeaderClassName
{
color: #FCF7ED;
}
.AnyTagClassName
{
color: #FCF7ED;
}
</style>
background-color css
<style>
a { background-color: #FCF7ED; }
a { background-color: rgb(252,247,237); }
div.DivClassName
{
background-color: #FCF7ED;
}
.BgClassName
{
background-color: #FCF7ED;
}
</style>
border-color css
<style>
span { border-color: #FCF7ED; }
span { border-color: rgb(252,247,237); }
td.TdClassName
{
border-color: #FCF7ED;
}
.TagClassName
{
border-color: #FCF7ED;
}
</style>