Shades of Old Lace #FFF4DF
Tints of Old Lace #FFF4DF
RGB
CMYK
RGB Variations
Color information
#FFF4DF (or 0xFFF4DF) is known color: Old Lace. HEX triplet: FF, F4 and DF. RGB value is (255,244,223). Sum of RGB (Red+Green+Blue) = 255+244+223=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4DF is #000B20. Grayscale: #F4F4F4. Windows color (decimal): -2849 or 14677247. OLE color: 14677247.
HSL color Cylindrical-coordinate representation of color #FFF4DF: hue angle of 39.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF4DF is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 223 | - |
| CMYK | 0 | 0.04 | 0.13 | 0 |
| HSL | 39.38º | 1% | 0.94% | - |
| HSV(B) | 39.38º | 0.13% | 1% | - |
| XYZ | 86.91 | 91.29 | 82.85 | - |
| YUV | 244.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 223 | 0 | 0.04 | 0.13 | 0 | 39.38 | 1 | 0.94 |
| Hex | FF | F4 | DF | 0 | 4 | D | 0 | 27 | 64 | 5E |
| Octal | 377 | 364 | 337 | 0 | 4 | 15 | 0 | 47 | 144 | 136 |
| Binary | 11111111 | 11110100 | 11011111 | 0 | 100 | 1101 | 0 | 100111 | 1100100 | 1011110 |
Color Harmonies of #FFF4DF
Complementary color
Monochromatic Colors of #FFF4DF
Black with #FFF4DF
Text Example
Text Example
White with #FFF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4DF; }
p { color: rgb(255,244,223); }
H1.HeaderClassName
{
color: #FFF4DF;
}
.AnyTagClassName
{
color: #FFF4DF;
}
</style>
background-color css
<style>
a { background-color: #FFF4DF; }
a { background-color: rgb(255,244,223); }
div.DivClassName
{
background-color: #FFF4DF;
}
.BgClassName
{
background-color: #FFF4DF;
}
</style>
border-color css
<style>
span { border-color: #FFF4DF; }
span { border-color: rgb(255,244,223); }
td.TdClassName
{
border-color: #FFF4DF;
}
.TagClassName
{
border-color: #FFF4DF;
}
</style>