Shades of Old Lace #F8F0E4
Tints of Old Lace #F8F0E4
RGB
CMYK
RGB Variations
Color information
#F8F0E4 (or 0xF8F0E4) is known color: Old Lace. HEX triplet: F8, F0 and E4. RGB value is (248,240,228). Sum of RGB (Red+Green+Blue) = 248+240+228=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0E4 is #070F1B. Grayscale: #F1F1F1. Windows color (decimal): -462620 or 15003896. OLE color: 15003896.
HSL color Cylindrical-coordinate representation of color #F8F0E4: hue angle of 36º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8F0E4 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 228 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.03 |
| HSL | 36º | 0.59% | 0.93% | - |
| HSV(B) | 36º | 0.08% | 0.97% | - |
| XYZ | 83.88 | 87.88 | 85.94 | - |
| YUV | 241.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 228 | 0 | 0.03 | 0.08 | 0.03 | 36 | 0.59 | 0.93 |
| Hex | F8 | F0 | E4 | 0 | 3 | 8 | 3 | 24 | 3B | 5D |
| Octal | 370 | 360 | 344 | 0 | 3 | 10 | 3 | 44 | 73 | 135 |
| Binary | 11111000 | 11110000 | 11100100 | 0 | 11 | 1000 | 11 | 100100 | 111011 | 1011101 |
Color Harmonies of #F8F0E4
Complementary color
Monochromatic Colors of #F8F0E4
Black with #F8F0E4
Text Example
Text Example
White with #F8F0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0E4; }
p { color: rgb(248,240,228); }
H1.HeaderClassName
{
color: #F8F0E4;
}
.AnyTagClassName
{
color: #F8F0E4;
}
</style>
background-color css
<style>
a { background-color: #F8F0E4; }
a { background-color: rgb(248,240,228); }
div.DivClassName
{
background-color: #F8F0E4;
}
.BgClassName
{
background-color: #F8F0E4;
}
</style>
border-color css
<style>
span { border-color: #F8F0E4; }
span { border-color: rgb(248,240,228); }
td.TdClassName
{
border-color: #F8F0E4;
}
.TagClassName
{
border-color: #F8F0E4;
}
</style>