Shades of Old Lace #F9F5ED
Tints of Old Lace #F9F5ED
RGB
CMYK
RGB Variations
Color information
#F9F5ED (or 0xF9F5ED) is known color: Old Lace. HEX triplet: F9, F5 and ED. RGB value is (249,245,237). Sum of RGB (Red+Green+Blue) = 249+245+237=731 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.06% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F5ED is #060A12. Grayscale: #F5F5F5. Windows color (decimal): -395795 or 15595001. OLE color: 15595001.
HSL color Cylindrical-coordinate representation of color #F9F5ED: hue angle of 40º degrees, saturation: 0.5, 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 #F9F5ED is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 245 | 237 | - |
CMYK | 0 | 0.02 | 0.05 | 0.02 |
HSL | 40º | 0.5% | 0.95% | - |
HSV(B) | 40º | 0.05% | 0.98% | - |
XYZ | 87.01 | 91.56 | 93.21 | - |
YUV | 245.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 245 | 237 | 0 | 0.02 | 0.05 | 0.02 | 40 | 0.5 | 0.95 |
Hex | F9 | F5 | ED | 0 | 2 | 5 | 2 | 28 | 32 | 5F |
Octal | 371 | 365 | 355 | 0 | 2 | 5 | 2 | 50 | 62 | 137 |
Binary | 11111001 | 11110101 | 11101101 | 0 | 10 | 101 | 10 | 101000 | 110010 | 1011111 |
Color Harmonies of #F9F5ED
Complementary color
Monochromatic Colors of #F9F5ED
Black with #F9F5ED
Text Example
Text Example
White with #F9F5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F5ED; }
p { color: rgb(249,245,237); }
H1.HeaderClassName
{
color: #F9F5ED;
}
.AnyTagClassName
{
color: #F9F5ED;
}
</style>
background-color css
<style>
a { background-color: #F9F5ED; }
a { background-color: rgb(249,245,237); }
div.DivClassName
{
background-color: #F9F5ED;
}
.BgClassName
{
background-color: #F9F5ED;
}
</style>
border-color css
<style>
span { border-color: #F9F5ED; }
span { border-color: rgb(249,245,237); }
td.TdClassName
{
border-color: #F9F5ED;
}
.TagClassName
{
border-color: #F9F5ED;
}
</style>