Shades of Old Lace #F9F4ED
Tints of Old Lace #F9F4ED
RGB
CMYK
RGB Variations
Color information
#F9F4ED (or 0xF9F4ED) is known color: Old Lace. HEX triplet: F9, F4 and ED. RGB value is (249,244,237). Sum of RGB (Red+Green+Blue) = 249+244+237=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F4ED is #060B12. Grayscale: #F4F4F4. Windows color (decimal): -396051 or 15594745. OLE color: 15594745.
HSL color Cylindrical-coordinate representation of color #F9F4ED: hue angle of 35º 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 #F9F4ED is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 244 | 237 | - |
CMYK | 0 | 0.02 | 0.05 | 0.02 |
HSL | 35º | 0.5% | 0.95% | - |
HSV(B) | 35º | 0.05% | 0.98% | - |
XYZ | 86.7 | 90.96 | 93.11 | - |
YUV | 244.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 244 | 237 | 0 | 0.02 | 0.05 | 0.02 | 35 | 0.5 | 0.95 |
Hex | F9 | F4 | ED | 0 | 2 | 5 | 2 | 23 | 32 | 5F |
Octal | 371 | 364 | 355 | 0 | 2 | 5 | 2 | 43 | 62 | 137 |
Binary | 11111001 | 11110100 | 11101101 | 0 | 10 | 101 | 10 | 100011 | 110010 | 1011111 |
Color Harmonies of #F9F4ED
Complementary color
Monochromatic Colors of #F9F4ED
Black with #F9F4ED
Text Example
Text Example
White with #F9F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F4ED; }
p { color: rgb(249,244,237); }
H1.HeaderClassName
{
color: #F9F4ED;
}
.AnyTagClassName
{
color: #F9F4ED;
}
</style>
background-color css
<style>
a { background-color: #F9F4ED; }
a { background-color: rgb(249,244,237); }
div.DivClassName
{
background-color: #F9F4ED;
}
.BgClassName
{
background-color: #F9F4ED;
}
</style>
border-color css
<style>
span { border-color: #F9F4ED; }
span { border-color: rgb(249,244,237); }
td.TdClassName
{
border-color: #F9F4ED;
}
.TagClassName
{
border-color: #F9F4ED;
}
</style>