Shades of Old Lace #FFF4E6
Tints of Old Lace #FFF4E6
RGB
CMYK
RGB Variations
Color information
#FFF4E6 (or 0xFFF4E6) is known color: Old Lace. HEX triplet: FF, F4 and E6. RGB value is (255,244,230). Sum of RGB (Red+Green+Blue) = 255+244+230=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 230 (90.23% from 255 or 31.55% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF4E6 is #000B19. Grayscale: #F5F5F5. Windows color (decimal): -2842 or 15135999. OLE color: 15135999.
HSL color Cylindrical-coordinate representation of color #FFF4E6: hue angle of 33.6º 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 #FFF4E6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 230 | - |
| CMYK | 0 | 0.04 | 0.10 | 0 |
| HSL | 33.6º | 1% | 0.95% | - |
| HSV(B) | 33.6º | 0.1% | 1% | - |
| XYZ | 87.87 | 91.67 | 87.93 | - |
| YUV | 245.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 230 | 0 | 0.04 | 0.10 | 0 | 33.6 | 1 | 0.95 |
| Hex | FF | F4 | E6 | 0 | 4 | A | 0 | 22 | 64 | 5F |
| Octal | 377 | 364 | 346 | 0 | 4 | 12 | 0 | 42 | 144 | 137 |
| Binary | 11111111 | 11110100 | 11100110 | 0 | 100 | 1010 | 0 | 100010 | 1100100 | 1011111 |
Color Harmonies of #FFF4E6
Complementary color
Monochromatic Colors of #FFF4E6
Black with #FFF4E6
Text Example
Text Example
White with #FFF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4E6; }
p { color: rgb(255,244,230); }
H1.HeaderClassName
{
color: #FFF4E6;
}
.AnyTagClassName
{
color: #FFF4E6;
}
</style>
background-color css
<style>
a { background-color: #FFF4E6; }
a { background-color: rgb(255,244,230); }
div.DivClassName
{
background-color: #FFF4E6;
}
.BgClassName
{
background-color: #FFF4E6;
}
</style>
border-color css
<style>
span { border-color: #FFF4E6; }
span { border-color: rgb(255,244,230); }
td.TdClassName
{
border-color: #FFF4E6;
}
.TagClassName
{
border-color: #FFF4E6;
}
</style>