Shades of Old Lace #F9F5EC
Tints of Old Lace #F9F5EC
RGB
CMYK
RGB Variations
Color information
#F9F5EC (or 0xF9F5EC) is known color: Old Lace. HEX triplet: F9, F5 and EC. RGB value is (249,245,236). Sum of RGB (Red+Green+Blue) = 249+245+236=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F5EC is #060A13. Grayscale: #F5F5F5. Windows color (decimal): -395796 or 15529465. OLE color: 15529465.
HSL color Cylindrical-coordinate representation of color #F9F5EC: hue angle of 41.54º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F5EC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 245 | 236 | - |
CMYK | 0 | 0.02 | 0.05 | 0.02 |
HSL | 41.54º | 0.52% | 0.95% | - |
HSV(B) | 41.54º | 0.05% | 0.98% | - |
XYZ | 86.86 | 91.5 | 92.44 | - |
YUV | 245.17 | 122.83 | 130.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 245 | 236 | 0 | 0.02 | 0.05 | 0.02 | 41.54 | 0.52 | 0.95 |
Hex | F9 | F5 | EC | 0 | 2 | 5 | 2 | 2A | 34 | 5F |
Octal | 371 | 365 | 354 | 0 | 2 | 5 | 2 | 52 | 64 | 137 |
Binary | 11111001 | 11110101 | 11101100 | 0 | 10 | 101 | 10 | 101010 | 110100 | 1011111 |
Color Harmonies of #F9F5EC
Complementary color
Monochromatic Colors of #F9F5EC
Black with #F9F5EC
Text Example
Text Example
White with #F9F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F5EC; }
p { color: rgb(249,245,236); }
H1.HeaderClassName
{
color: #F9F5EC;
}
.AnyTagClassName
{
color: #F9F5EC;
}
</style>
background-color css
<style>
a { background-color: #F9F5EC; }
a { background-color: rgb(249,245,236); }
div.DivClassName
{
background-color: #F9F5EC;
}
.BgClassName
{
background-color: #F9F5EC;
}
</style>
border-color css
<style>
span { border-color: #F9F5EC; }
span { border-color: rgb(249,245,236); }
td.TdClassName
{
border-color: #F9F5EC;
}
.TagClassName
{
border-color: #F9F5EC;
}
</style>