Shades of Old Lace #FCF2E2
Tints of Old Lace #FCF2E2
RGB
CMYK
RGB Variations
Color information
#FCF2E2 (or 0xFCF2E2) is known color: Old Lace. HEX triplet: FC, F2 and E2. RGB value is (252,242,226). Sum of RGB (Red+Green+Blue) = 252+242+226=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 226 (88.67% from 255 or 31.39% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2E2 is #030D1D. Grayscale: #F3F3F3. Windows color (decimal): -199966 or 14873340. OLE color: 14873340.
HSL color Cylindrical-coordinate representation of color #FCF2E2: hue angle of 36.92º degrees, saturation: 0.81, 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 #FCF2E2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 226 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.01 |
| HSL | 36.92º | 0.81% | 0.94% | - |
| HSV(B) | 36.92º | 0.1% | 0.99% | - |
| XYZ | 85.62 | 89.69 | 84.75 | - |
| YUV | 243.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 226 | 0 | 0.04 | 0.10 | 0.01 | 36.92 | 0.81 | 0.94 |
| Hex | FC | F2 | E2 | 0 | 4 | A | 1 | 25 | 51 | 5E |
| Octal | 374 | 362 | 342 | 0 | 4 | 12 | 1 | 45 | 121 | 136 |
| Binary | 11111100 | 11110010 | 11100010 | 0 | 100 | 1010 | 1 | 100101 | 1010001 | 1011110 |
Color Harmonies of #FCF2E2
Complementary color
Monochromatic Colors of #FCF2E2
Black with #FCF2E2
Text Example
Text Example
White with #FCF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2E2; }
p { color: rgb(252,242,226); }
H1.HeaderClassName
{
color: #FCF2E2;
}
.AnyTagClassName
{
color: #FCF2E2;
}
</style>
background-color css
<style>
a { background-color: #FCF2E2; }
a { background-color: rgb(252,242,226); }
div.DivClassName
{
background-color: #FCF2E2;
}
.BgClassName
{
background-color: #FCF2E2;
}
</style>
border-color css
<style>
span { border-color: #FCF2E2; }
span { border-color: rgb(252,242,226); }
td.TdClassName
{
border-color: #FCF2E2;
}
.TagClassName
{
border-color: #FCF2E2;
}
</style>