Shades of Old Lace #FCF3E1
Tints of Old Lace #FCF3E1
RGB
CMYK
RGB Variations
Color information
#FCF3E1 (or 0xFCF3E1) is known color: Old Lace. HEX triplet: FC, F3 and E1. RGB value is (252,243,225). Sum of RGB (Red+Green+Blue) = 252+243+225=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 225 (88.28% from 255 or 31.25% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3E1 is #030C1E. Grayscale: #F3F3F3. Windows color (decimal): -199711 or 14808060. OLE color: 14808060.
HSL color Cylindrical-coordinate representation of color #FCF3E1: hue angle of 40º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF3E1 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 225 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.01 |
| HSL | 40º | 0.82% | 0.94% | - |
| HSV(B) | 40º | 0.11% | 0.99% | - |
| XYZ | 85.79 | 90.23 | 84.13 | - |
| YUV | 243.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 225 | 0 | 0.04 | 0.11 | 0.01 | 40 | 0.82 | 0.94 |
| Hex | FC | F3 | E1 | 0 | 4 | B | 1 | 28 | 52 | 5E |
| Octal | 374 | 363 | 341 | 0 | 4 | 13 | 1 | 50 | 122 | 136 |
| Binary | 11111100 | 11110011 | 11100001 | 0 | 100 | 1011 | 1 | 101000 | 1010010 | 1011110 |
Color Harmonies of #FCF3E1
Complementary color
Monochromatic Colors of #FCF3E1
Black with #FCF3E1
Text Example
Text Example
White with #FCF3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3E1; }
p { color: rgb(252,243,225); }
H1.HeaderClassName
{
color: #FCF3E1;
}
.AnyTagClassName
{
color: #FCF3E1;
}
</style>
background-color css
<style>
a { background-color: #FCF3E1; }
a { background-color: rgb(252,243,225); }
div.DivClassName
{
background-color: #FCF3E1;
}
.BgClassName
{
background-color: #FCF3E1;
}
</style>
border-color css
<style>
span { border-color: #FCF3E1; }
span { border-color: rgb(252,243,225); }
td.TdClassName
{
border-color: #FCF3E1;
}
.TagClassName
{
border-color: #FCF3E1;
}
</style>