Shades of Old Lace #FFF7E5
Tints of Old Lace #FFF7E5
RGB
CMYK
RGB Variations
Color information
#FFF7E5 (or 0xFFF7E5) is known color: Old Lace. HEX triplet: FF, F7 and E5. RGB value is (255,247,229). Sum of RGB (Red+Green+Blue) = 255+247+229=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 229 (89.84% from 255 or 31.33% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7E5 is #00081A. Grayscale: #F7F7F7. Windows color (decimal): -2075 or 15071231. OLE color: 15071231.
HSL color Cylindrical-coordinate representation of color #FFF7E5: hue angle of 41.54º 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 #FFF7E5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 229 | - |
| CMYK | 0 | 0.03 | 0.10 | 0 |
| HSL | 41.54º | 1% | 0.95% | - |
| HSV(B) | 41.54º | 0.1% | 1% | - |
| XYZ | 88.64 | 93.44 | 87.49 | - |
| YUV | 247.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 229 | 0 | 0.03 | 0.10 | 0 | 41.54 | 1 | 0.95 |
| Hex | FF | F7 | E5 | 0 | 3 | A | 0 | 2A | 64 | 5F |
| Octal | 377 | 367 | 345 | 0 | 3 | 12 | 0 | 52 | 144 | 137 |
| Binary | 11111111 | 11110111 | 11100101 | 0 | 11 | 1010 | 0 | 101010 | 1100100 | 1011111 |
Color Harmonies of #FFF7E5
Complementary color
Monochromatic Colors of #FFF7E5
Black with #FFF7E5
Text Example
Text Example
White with #FFF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7E5; }
p { color: rgb(255,247,229); }
H1.HeaderClassName
{
color: #FFF7E5;
}
.AnyTagClassName
{
color: #FFF7E5;
}
</style>
background-color css
<style>
a { background-color: #FFF7E5; }
a { background-color: rgb(255,247,229); }
div.DivClassName
{
background-color: #FFF7E5;
}
.BgClassName
{
background-color: #FFF7E5;
}
</style>
border-color css
<style>
span { border-color: #FFF7E5; }
span { border-color: rgb(255,247,229); }
td.TdClassName
{
border-color: #FFF7E5;
}
.TagClassName
{
border-color: #FFF7E5;
}
</style>