Shades of Old Lace #FCF6E4
Tints of Old Lace #FCF6E4
RGB
CMYK
RGB Variations
Color information
#FCF6E4 (or 0xFCF6E4) is known color: Old Lace. HEX triplet: FC, F6 and E4. RGB value is (252,246,228). Sum of RGB (Red+Green+Blue) = 252+246+228=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 246 (96.48% from 255 or 33.88% from 726); Blue value is 228 (89.45% from 255 or 31.40% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6E4 is #03091B. Grayscale: #F5F5F5. Windows color (decimal): -198940 or 15005436. OLE color: 15005436.
HSL color Cylindrical-coordinate representation of color #FCF6E4: hue angle of 45º 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 #FCF6E4 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 228 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.01 |
| HSL | 45º | 0.8% | 0.94% | - |
| HSV(B) | 45º | 0.1% | 0.99% | - |
| XYZ | 87.1 | 92.21 | 86.61 | - |
| YUV | 245.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 228 | 0 | 0.02 | 0.10 | 0.01 | 45 | 0.8 | 0.94 |
| Hex | FC | F6 | E4 | 0 | 2 | A | 1 | 2D | 50 | 5E |
| Octal | 374 | 366 | 344 | 0 | 2 | 12 | 1 | 55 | 120 | 136 |
| Binary | 11111100 | 11110110 | 11100100 | 0 | 10 | 1010 | 1 | 101101 | 1010000 | 1011110 |
Color Harmonies of #FCF6E4
Complementary color
Monochromatic Colors of #FCF6E4
Black with #FCF6E4
Text Example
Text Example
White with #FCF6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6E4; }
p { color: rgb(252,246,228); }
H1.HeaderClassName
{
color: #FCF6E4;
}
.AnyTagClassName
{
color: #FCF6E4;
}
</style>
background-color css
<style>
a { background-color: #FCF6E4; }
a { background-color: rgb(252,246,228); }
div.DivClassName
{
background-color: #FCF6E4;
}
.BgClassName
{
background-color: #FCF6E4;
}
</style>
border-color css
<style>
span { border-color: #FCF6E4; }
span { border-color: rgb(252,246,228); }
td.TdClassName
{
border-color: #FCF6E4;
}
.TagClassName
{
border-color: #FCF6E4;
}
</style>