Shades of Old Lace #FFF7E3
Tints of Old Lace #FFF7E3
RGB
CMYK
RGB Variations
Color information
#FFF7E3 (or 0xFFF7E3) is known color: Old Lace. HEX triplet: FF, F7 and E3. RGB value is (255,247,227). Sum of RGB (Red+Green+Blue) = 255+247+227=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 247 (96.88% from 255 or 33.88% from 729); Blue value is 227 (89.06% from 255 or 31.14% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7E3 is #00081C. Grayscale: #F7F7F7. Windows color (decimal): -2077 or 14940159. OLE color: 14940159.
HSL color Cylindrical-coordinate representation of color #FFF7E3: hue angle of 42.86º 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 #FFF7E3 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 227 | - |
| CMYK | 0 | 0.03 | 0.11 | 0 |
| HSL | 42.86º | 1% | 0.95% | - |
| HSV(B) | 42.86º | 0.11% | 1% | - |
| XYZ | 88.37 | 93.33 | 86.03 | - |
| YUV | 247.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 227 | 0 | 0.03 | 0.11 | 0 | 42.86 | 1 | 0.95 |
| Hex | FF | F7 | E3 | 0 | 3 | B | 0 | 2B | 64 | 5F |
| Octal | 377 | 367 | 343 | 0 | 3 | 13 | 0 | 53 | 144 | 137 |
| Binary | 11111111 | 11110111 | 11100011 | 0 | 11 | 1011 | 0 | 101011 | 1100100 | 1011111 |
Color Harmonies of #FFF7E3
Complementary color
Monochromatic Colors of #FFF7E3
Black with #FFF7E3
Text Example
Text Example
White with #FFF7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7E3; }
p { color: rgb(255,247,227); }
H1.HeaderClassName
{
color: #FFF7E3;
}
.AnyTagClassName
{
color: #FFF7E3;
}
</style>
background-color css
<style>
a { background-color: #FFF7E3; }
a { background-color: rgb(255,247,227); }
div.DivClassName
{
background-color: #FFF7E3;
}
.BgClassName
{
background-color: #FFF7E3;
}
</style>
border-color css
<style>
span { border-color: #FFF7E3; }
span { border-color: rgb(255,247,227); }
td.TdClassName
{
border-color: #FFF7E3;
}
.TagClassName
{
border-color: #FFF7E3;
}
</style>