Shades of Old Lace #FCF3E4
Tints of Old Lace #FCF3E4
RGB
CMYK
RGB Variations
Color information
#FCF3E4 (or 0xFCF3E4) is known color: Old Lace. HEX triplet: FC, F3 and E4. RGB value is (252,243,228). Sum of RGB (Red+Green+Blue) = 252+243+228=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 243 (95.31% from 255 or 33.61% from 723); Blue value is 228 (89.45% from 255 or 31.54% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3E4 is #030C1B. Grayscale: #F4F4F4. Windows color (decimal): -199708 or 15004668. OLE color: 15004668.
HSL color Cylindrical-coordinate representation of color #FCF3E4: hue angle of 37.5º 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 #FCF3E4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 228 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.01 |
| HSL | 37.5º | 0.8% | 0.94% | - |
| HSV(B) | 37.5º | 0.1% | 0.99% | - |
| XYZ | 86.2 | 90.4 | 86.3 | - |
| YUV | 243.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 228 | 0 | 0.04 | 0.10 | 0.01 | 37.5 | 0.8 | 0.94 |
| Hex | FC | F3 | E4 | 0 | 4 | A | 1 | 26 | 50 | 5E |
| Octal | 374 | 363 | 344 | 0 | 4 | 12 | 1 | 46 | 120 | 136 |
| Binary | 11111100 | 11110011 | 11100100 | 0 | 100 | 1010 | 1 | 100110 | 1010000 | 1011110 |
Color Harmonies of #FCF3E4
Complementary color
Monochromatic Colors of #FCF3E4
Black with #FCF3E4
Text Example
Text Example
White with #FCF3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3E4; }
p { color: rgb(252,243,228); }
H1.HeaderClassName
{
color: #FCF3E4;
}
.AnyTagClassName
{
color: #FCF3E4;
}
</style>
background-color css
<style>
a { background-color: #FCF3E4; }
a { background-color: rgb(252,243,228); }
div.DivClassName
{
background-color: #FCF3E4;
}
.BgClassName
{
background-color: #FCF3E4;
}
</style>
border-color css
<style>
span { border-color: #FCF3E4; }
span { border-color: rgb(252,243,228); }
td.TdClassName
{
border-color: #FCF3E4;
}
.TagClassName
{
border-color: #FCF3E4;
}
</style>