Shades of Old Lace #FCF2E3
Tints of Old Lace #FCF2E3
RGB
CMYK
RGB Variations
Color information
#FCF2E3 (or 0xFCF2E3) is known color: Old Lace. HEX triplet: FC, F2 and E3. RGB value is (252,242,227). Sum of RGB (Red+Green+Blue) = 252+242+227=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 227 (89.06% from 255 or 31.48% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2E3 is #030D1C. Grayscale: #F3F3F3. Windows color (decimal): -199965 or 14938876. OLE color: 14938876.
HSL color Cylindrical-coordinate representation of color #FCF2E3: hue angle of 36º 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 #FCF2E3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 227 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.01 |
| HSL | 36º | 0.81% | 0.94% | - |
| HSV(B) | 36º | 0.1% | 0.99% | - |
| XYZ | 85.76 | 89.75 | 85.48 | - |
| YUV | 243.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 227 | 0 | 0.04 | 0.10 | 0.01 | 36 | 0.81 | 0.94 |
| Hex | FC | F2 | E3 | 0 | 4 | A | 1 | 24 | 51 | 5E |
| Octal | 374 | 362 | 343 | 0 | 4 | 12 | 1 | 44 | 121 | 136 |
| Binary | 11111100 | 11110010 | 11100011 | 0 | 100 | 1010 | 1 | 100100 | 1010001 | 1011110 |
Color Harmonies of #FCF2E3
Complementary color
Monochromatic Colors of #FCF2E3
Black with #FCF2E3
Text Example
Text Example
White with #FCF2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2E3; }
p { color: rgb(252,242,227); }
H1.HeaderClassName
{
color: #FCF2E3;
}
.AnyTagClassName
{
color: #FCF2E3;
}
</style>
background-color css
<style>
a { background-color: #FCF2E3; }
a { background-color: rgb(252,242,227); }
div.DivClassName
{
background-color: #FCF2E3;
}
.BgClassName
{
background-color: #FCF2E3;
}
</style>
border-color css
<style>
span { border-color: #FCF2E3; }
span { border-color: rgb(252,242,227); }
td.TdClassName
{
border-color: #FCF2E3;
}
.TagClassName
{
border-color: #FCF2E3;
}
</style>