Shades of Old Lace #FFF8E9
Tints of Old Lace #FFF8E9
RGB
CMYK
RGB Variations
Color information
#FFF8E9 (or 0xFFF8E9) is known color: Old Lace. HEX triplet: FF, F8 and E9. RGB value is (255,248,233). Sum of RGB (Red+Green+Blue) = 255+248+233=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 233 (91.41% from 255 or 31.66% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF8E9 is #000716. Grayscale: #F8F8F8. Windows color (decimal): -1815 or 15333631. OLE color: 15333631.
HSL color Cylindrical-coordinate representation of color #FFF8E9: hue angle of 40.91º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFF8E9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 233 | - |
| CMYK | 0 | 0.03 | 0.09 | 0 |
| HSL | 40.91º | 1% | 0.96% | - |
| HSV(B) | 40.91º | 0.09% | 1% | - |
| XYZ | 89.52 | 94.28 | 90.57 | - |
| YUV | 248.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 233 | 0 | 0.03 | 0.09 | 0 | 40.91 | 1 | 0.96 |
| Hex | FF | F8 | E9 | 0 | 3 | 9 | 0 | 29 | 64 | 60 |
| Octal | 377 | 370 | 351 | 0 | 3 | 11 | 0 | 51 | 144 | 140 |
| Binary | 11111111 | 11111000 | 11101001 | 0 | 11 | 1001 | 0 | 101001 | 1100100 | 1100000 |
Color Harmonies of #FFF8E9
Complementary color
Monochromatic Colors of #FFF8E9
Black with #FFF8E9
Text Example
Text Example
White with #FFF8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8E9; }
p { color: rgb(255,248,233); }
H1.HeaderClassName
{
color: #FFF8E9;
}
.AnyTagClassName
{
color: #FFF8E9;
}
</style>
background-color css
<style>
a { background-color: #FFF8E9; }
a { background-color: rgb(255,248,233); }
div.DivClassName
{
background-color: #FFF8E9;
}
.BgClassName
{
background-color: #FFF8E9;
}
</style>
border-color css
<style>
span { border-color: #FFF8E9; }
span { border-color: rgb(255,248,233); }
td.TdClassName
{
border-color: #FFF8E9;
}
.TagClassName
{
border-color: #FFF8E9;
}
</style>