Shades of Old Lace #FCF2E4
Tints of Old Lace #FCF2E4
RGB
CMYK
RGB Variations
Color information
#FCF2E4 (or 0xFCF2E4) is known color: Old Lace. HEX triplet: FC, F2 and E4. RGB value is (252,242,228). Sum of RGB (Red+Green+Blue) = 252+242+228=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 228 (89.45% from 255 or 31.58% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2E4 is #030D1B. Grayscale: #F3F3F3. Windows color (decimal): -199964 or 15004412. OLE color: 15004412.
HSL color Cylindrical-coordinate representation of color #FCF2E4: hue angle of 35º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCF2E4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 228 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.01 |
| HSL | 35º | 0.8% | 0.94% | - |
| HSV(B) | 35º | 0.1% | 0.99% | - |
| XYZ | 85.9 | 89.8 | 86.2 | - |
| YUV | 243.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 228 | 0 | 0.04 | 0.10 | 0.01 | 35 | 0.8 | 0.94 |
| Hex | FC | F2 | E4 | 0 | 4 | A | 1 | 23 | 50 | 5E |
| Octal | 374 | 362 | 344 | 0 | 4 | 12 | 1 | 43 | 120 | 136 |
| Binary | 11111100 | 11110010 | 11100100 | 0 | 100 | 1010 | 1 | 100011 | 1010000 | 1011110 |
Color Harmonies of #FCF2E4
Complementary color
Monochromatic Colors of #FCF2E4
Black with #FCF2E4
Text Example
Text Example
White with #FCF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2E4; }
p { color: rgb(252,242,228); }
H1.HeaderClassName
{
color: #FCF2E4;
}
.AnyTagClassName
{
color: #FCF2E4;
}
</style>
background-color css
<style>
a { background-color: #FCF2E4; }
a { background-color: rgb(252,242,228); }
div.DivClassName
{
background-color: #FCF2E4;
}
.BgClassName
{
background-color: #FCF2E4;
}
</style>
border-color css
<style>
span { border-color: #FCF2E4; }
span { border-color: rgb(252,242,228); }
td.TdClassName
{
border-color: #FCF2E4;
}
.TagClassName
{
border-color: #FCF2E4;
}
</style>