Shades of Old Lace #FCF2E0
Tints of Old Lace #FCF2E0
RGB
CMYK
RGB Variations
Color information
#FCF2E0 (or 0xFCF2E0) is known color: Old Lace. HEX triplet: FC, F2 and E0. RGB value is (252,242,224). Sum of RGB (Red+Green+Blue) = 252+242+224=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 224 (87.89% from 255 or 31.20% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2E0 is #030D1F. Grayscale: #F3F3F3. Windows color (decimal): -199968 or 14742268. OLE color: 14742268.
HSL color Cylindrical-coordinate representation of color #FCF2E0: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF2E0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 224 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.01 |
| HSL | 38.57º | 0.82% | 0.93% | - |
| HSV(B) | 38.57º | 0.11% | 0.99% | - |
| XYZ | 85.35 | 89.58 | 83.31 | - |
| YUV | 242.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 224 | 0 | 0.04 | 0.11 | 0.01 | 38.57 | 0.82 | 0.93 |
| Hex | FC | F2 | E0 | 0 | 4 | B | 1 | 27 | 52 | 5D |
| Octal | 374 | 362 | 340 | 0 | 4 | 13 | 1 | 47 | 122 | 135 |
| Binary | 11111100 | 11110010 | 11100000 | 0 | 100 | 1011 | 1 | 100111 | 1010010 | 1011101 |
Color Harmonies of #FCF2E0
Complementary color
Monochromatic Colors of #FCF2E0
Black with #FCF2E0
Text Example
Text Example
White with #FCF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2E0; }
p { color: rgb(252,242,224); }
H1.HeaderClassName
{
color: #FCF2E0;
}
.AnyTagClassName
{
color: #FCF2E0;
}
</style>
background-color css
<style>
a { background-color: #FCF2E0; }
a { background-color: rgb(252,242,224); }
div.DivClassName
{
background-color: #FCF2E0;
}
.BgClassName
{
background-color: #FCF2E0;
}
</style>
border-color css
<style>
span { border-color: #FCF2E0; }
span { border-color: rgb(252,242,224); }
td.TdClassName
{
border-color: #FCF2E0;
}
.TagClassName
{
border-color: #FCF2E0;
}
</style>