Shades of Old Lace #FFF7E4
Tints of Old Lace #FFF7E4
RGB
CMYK
RGB Variations
Color information
#FFF7E4 (or 0xFFF7E4) is known color: Old Lace. HEX triplet: FF, F7 and E4. RGB value is (255,247,228). Sum of RGB (Red+Green+Blue) = 255+247+228=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 247 (96.88% from 255 or 33.84% from 730); Blue value is 228 (89.45% from 255 or 31.23% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7E4 is #00081B. Grayscale: #F7F7F7. Windows color (decimal): -2076 or 15005695. OLE color: 15005695.
HSL color Cylindrical-coordinate representation of color #FFF7E4: hue angle of 42.22º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFF7E4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 228 | - |
| CMYK | 0 | 0.03 | 0.11 | 0 |
| HSL | 42.22º | 1% | 0.95% | - |
| HSV(B) | 42.22º | 0.11% | 1% | - |
| XYZ | 88.5 | 93.38 | 86.76 | - |
| YUV | 247.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 228 | 0 | 0.03 | 0.11 | 0 | 42.22 | 1 | 0.95 |
| Hex | FF | F7 | E4 | 0 | 3 | B | 0 | 2A | 64 | 5F |
| Octal | 377 | 367 | 344 | 0 | 3 | 13 | 0 | 52 | 144 | 137 |
| Binary | 11111111 | 11110111 | 11100100 | 0 | 11 | 1011 | 0 | 101010 | 1100100 | 1011111 |
Color Harmonies of #FFF7E4
Complementary color
Monochromatic Colors of #FFF7E4
Black with #FFF7E4
Text Example
Text Example
White with #FFF7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7E4; }
p { color: rgb(255,247,228); }
H1.HeaderClassName
{
color: #FFF7E4;
}
.AnyTagClassName
{
color: #FFF7E4;
}
</style>
background-color css
<style>
a { background-color: #FFF7E4; }
a { background-color: rgb(255,247,228); }
div.DivClassName
{
background-color: #FFF7E4;
}
.BgClassName
{
background-color: #FFF7E4;
}
</style>
border-color css
<style>
span { border-color: #FFF7E4; }
span { border-color: rgb(255,247,228); }
td.TdClassName
{
border-color: #FFF7E4;
}
.TagClassName
{
border-color: #FFF7E4;
}
</style>