Shades of Old Lace #FFF5E5
Tints of Old Lace #FFF5E5
RGB
CMYK
RGB Variations
Color information
#FFF5E5 (or 0xFFF5E5) is known color: Old Lace. HEX triplet: FF, F5 and E5. RGB value is (255,245,229). Sum of RGB (Red+Green+Blue) = 255+245+229=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 229 (89.84% from 255 or 31.41% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5E5 is #000A1A. Grayscale: #F6F6F6. Windows color (decimal): -2587 or 15070719. OLE color: 15070719.
HSL color Cylindrical-coordinate representation of color #FFF5E5: hue angle of 36.92º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFF5E5 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 245 | 229 | - |
CMYK | 0 | 0.04 | 0.10 | 0 |
HSL | 36.92º | 1% | 0.95% | - |
HSV(B) | 36.92º | 0.1% | 1% | - |
XYZ | 88.04 | 92.22 | 87.29 | - |
YUV | 246.17 | 118.31 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 245 | 229 | 0 | 0.04 | 0.10 | 0 | 36.92 | 1 | 0.95 |
Hex | FF | F5 | E5 | 0 | 4 | A | 0 | 25 | 64 | 5F |
Octal | 377 | 365 | 345 | 0 | 4 | 12 | 0 | 45 | 144 | 137 |
Binary | 11111111 | 11110101 | 11100101 | 0 | 100 | 1010 | 0 | 100101 | 1100100 | 1011111 |
Color Harmonies of #FFF5E5
Complementary color
Monochromatic Colors of #FFF5E5
Black with #FFF5E5
Text Example
Text Example
White with #FFF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5E5; }
p { color: rgb(255,245,229); }
H1.HeaderClassName
{
color: #FFF5E5;
}
.AnyTagClassName
{
color: #FFF5E5;
}
</style>
background-color css
<style>
a { background-color: #FFF5E5; }
a { background-color: rgb(255,245,229); }
div.DivClassName
{
background-color: #FFF5E5;
}
.BgClassName
{
background-color: #FFF5E5;
}
</style>
border-color css
<style>
span { border-color: #FFF5E5; }
span { border-color: rgb(255,245,229); }
td.TdClassName
{
border-color: #FFF5E5;
}
.TagClassName
{
border-color: #FFF5E5;
}
</style>