Shades of Old Lace #FCF7E9
Tints of Old Lace #FCF7E9
RGB
CMYK
RGB Variations
Color information
#FCF7E9 (or 0xFCF7E9) is known color: Old Lace. HEX triplet: FC, F7 and E9. RGB value is (252,247,233). Sum of RGB (Red+Green+Blue) = 252+247+233=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7E9 is #030816. Grayscale: #F6F6F6. Windows color (decimal): -198679 or 15333372. OLE color: 15333372.
HSL color Cylindrical-coordinate representation of color #FCF7E9: hue angle of 44.21º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCF7E9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 247 | 233 | - |
CMYK | 0 | 0.02 | 0.08 | 0.01 |
HSL | 44.21º | 0.76% | 0.95% | - |
HSV(B) | 44.21º | 0.08% | 0.99% | - |
XYZ | 88.11 | 93.1 | 90.42 | - |
YUV | 246.9 | 120.16 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 247 | 233 | 0 | 0.02 | 0.08 | 0.01 | 44.21 | 0.76 | 0.95 |
Hex | FC | F7 | E9 | 0 | 2 | 8 | 1 | 2C | 4C | 5F |
Octal | 374 | 367 | 351 | 0 | 2 | 10 | 1 | 54 | 114 | 137 |
Binary | 11111100 | 11110111 | 11101001 | 0 | 10 | 1000 | 1 | 101100 | 1001100 | 1011111 |
Color Harmonies of #FCF7E9
Complementary color
Monochromatic Colors of #FCF7E9
Black with #FCF7E9
Text Example
Text Example
White with #FCF7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7E9; }
p { color: rgb(252,247,233); }
H1.HeaderClassName
{
color: #FCF7E9;
}
.AnyTagClassName
{
color: #FCF7E9;
}
</style>
background-color css
<style>
a { background-color: #FCF7E9; }
a { background-color: rgb(252,247,233); }
div.DivClassName
{
background-color: #FCF7E9;
}
.BgClassName
{
background-color: #FCF7E9;
}
</style>
border-color css
<style>
span { border-color: #FCF7E9; }
span { border-color: rgb(252,247,233); }
td.TdClassName
{
border-color: #FCF7E9;
}
.TagClassName
{
border-color: #FCF7E9;
}
</style>