Shades of Old Lace #FDF5E4
Tints of Old Lace #FDF5E4
RGB
CMYK
RGB Variations
Color information
#FDF5E4 (or 0xFDF5E4) is known color: Old Lace. HEX triplet: FD, F5 and E4. RGB value is (253,245,228). Sum of RGB (Red+Green+Blue) = 253+245+228=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 228 (89.45% from 255 or 31.40% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5E4 is #020A1B. Grayscale: #F5F5F5. Windows color (decimal): -133660 or 15005181. OLE color: 15005181.
HSL color Cylindrical-coordinate representation of color #FDF5E4: hue angle of 40.8º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDF5E4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 228 | - |
CMYK | 0 | 0.03 | 0.10 | 0.01 |
HSL | 40.8º | 0.86% | 0.94% | - |
HSV(B) | 40.8º | 0.1% | 0.99% | - |
XYZ | 87.16 | 91.79 | 86.52 | - |
YUV | 245.45 | 118.15 | 133.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 228 | 0 | 0.03 | 0.10 | 0.01 | 40.8 | 0.86 | 0.94 |
Hex | FD | F5 | E4 | 0 | 3 | A | 1 | 29 | 56 | 5E |
Octal | 375 | 365 | 344 | 0 | 3 | 12 | 1 | 51 | 126 | 136 |
Binary | 11111101 | 11110101 | 11100100 | 0 | 11 | 1010 | 1 | 101001 | 1010110 | 1011110 |
Color Harmonies of #FDF5E4
Complementary color
Monochromatic Colors of #FDF5E4
Black with #FDF5E4
Text Example
Text Example
White with #FDF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5E4; }
p { color: rgb(253,245,228); }
H1.HeaderClassName
{
color: #FDF5E4;
}
.AnyTagClassName
{
color: #FDF5E4;
}
</style>
background-color css
<style>
a { background-color: #FDF5E4; }
a { background-color: rgb(253,245,228); }
div.DivClassName
{
background-color: #FDF5E4;
}
.BgClassName
{
background-color: #FDF5E4;
}
</style>
border-color css
<style>
span { border-color: #FDF5E4; }
span { border-color: rgb(253,245,228); }
td.TdClassName
{
border-color: #FDF5E4;
}
.TagClassName
{
border-color: #FDF5E4;
}
</style>