Shades of Old Lace #FFF9E9
Tints of Old Lace #FFF9E9
RGB
CMYK
RGB Variations
Color information
#FFF9E9 (or 0xFFF9E9) is known color: Old Lace. HEX triplet: FF, F9 and E9. RGB value is (255,249,233). Sum of RGB (Red+Green+Blue) = 255+249+233=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 233 (91.41% from 255 or 31.61% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9E9 is #000616. Grayscale: #F9F9F9. Windows color (decimal): -1559 or 15333887. OLE color: 15333887.
HSL color Cylindrical-coordinate representation of color #FFF9E9: hue angle of 43.64º 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 #FFF9E9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 233 | - |
CMYK | 0 | 0.02 | 0.09 | 0 |
HSL | 43.64º | 1% | 0.96% | - |
HSV(B) | 43.64º | 0.09% | 1% | - |
XYZ | 89.82 | 94.89 | 90.67 | - |
YUV | 248.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 233 | 0 | 0.02 | 0.09 | 0 | 43.64 | 1 | 0.96 |
Hex | FF | F9 | E9 | 0 | 2 | 9 | 0 | 2C | 64 | 60 |
Octal | 377 | 371 | 351 | 0 | 2 | 11 | 0 | 54 | 144 | 140 |
Binary | 11111111 | 11111001 | 11101001 | 0 | 10 | 1001 | 0 | 101100 | 1100100 | 1100000 |
Color Harmonies of #FFF9E9
Complementary color
Monochromatic Colors of #FFF9E9
Black with #FFF9E9
Text Example
Text Example
White with #FFF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9E9; }
p { color: rgb(255,249,233); }
H1.HeaderClassName
{
color: #FFF9E9;
}
.AnyTagClassName
{
color: #FFF9E9;
}
</style>
background-color css
<style>
a { background-color: #FFF9E9; }
a { background-color: rgb(255,249,233); }
div.DivClassName
{
background-color: #FFF9E9;
}
.BgClassName
{
background-color: #FFF9E9;
}
</style>
border-color css
<style>
span { border-color: #FFF9E9; }
span { border-color: rgb(255,249,233); }
td.TdClassName
{
border-color: #FFF9E9;
}
.TagClassName
{
border-color: #FFF9E9;
}
</style>