Shades of Old Lace #FCF5E3
Tints of Old Lace #FCF5E3
RGB
CMYK
RGB Variations
Color information
#FCF5E3 (or 0xFCF5E3) is known color: Old Lace. HEX triplet: FC, F5 and E3. RGB value is (252,245,227). Sum of RGB (Red+Green+Blue) = 252+245+227=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 245 (96.09% from 255 or 33.84% from 724); Blue value is 227 (89.06% from 255 or 31.35% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5E3 is #030A1C. Grayscale: #F5F5F5. Windows color (decimal): -199197 or 14939644. OLE color: 14939644.
HSL color Cylindrical-coordinate representation of color #FCF5E3: hue angle of 43.2º 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 #FCF5E3 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 245 | 227 | - |
CMYK | 0 | 0.03 | 0.10 | 0.01 |
HSL | 43.2º | 0.81% | 0.94% | - |
HSV(B) | 43.2º | 0.1% | 0.99% | - |
XYZ | 86.66 | 91.55 | 85.78 | - |
YUV | 245.04 | 117.82 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 245 | 227 | 0 | 0.03 | 0.10 | 0.01 | 43.2 | 0.81 | 0.94 |
Hex | FC | F5 | E3 | 0 | 3 | A | 1 | 2B | 51 | 5E |
Octal | 374 | 365 | 343 | 0 | 3 | 12 | 1 | 53 | 121 | 136 |
Binary | 11111100 | 11110101 | 11100011 | 0 | 11 | 1010 | 1 | 101011 | 1010001 | 1011110 |
Color Harmonies of #FCF5E3
Complementary color
Monochromatic Colors of #FCF5E3
Black with #FCF5E3
Text Example
Text Example
White with #FCF5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5E3; }
p { color: rgb(252,245,227); }
H1.HeaderClassName
{
color: #FCF5E3;
}
.AnyTagClassName
{
color: #FCF5E3;
}
</style>
background-color css
<style>
a { background-color: #FCF5E3; }
a { background-color: rgb(252,245,227); }
div.DivClassName
{
background-color: #FCF5E3;
}
.BgClassName
{
background-color: #FCF5E3;
}
</style>
border-color css
<style>
span { border-color: #FCF5E3; }
span { border-color: rgb(252,245,227); }
td.TdClassName
{
border-color: #FCF5E3;
}
.TagClassName
{
border-color: #FCF5E3;
}
</style>