Shades of Old Lace #FDF5E5
Tints of Old Lace #FDF5E5
RGB
CMYK
RGB Variations
Color information
#FDF5E5 (or 0xFDF5E5) is known color: Old Lace. HEX triplet: FD, F5 and E5. RGB value is (253,245,229). Sum of RGB (Red+Green+Blue) = 253+245+229=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 229 (89.84% from 255 or 31.50% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5E5 is #020A1A. Grayscale: #F5F5F5. Windows color (decimal): -133659 or 15070717. OLE color: 15070717.
HSL color Cylindrical-coordinate representation of color #FDF5E5: hue angle of 40º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDF5E5 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 229 | - |
CMYK | 0 | 0.03 | 0.09 | 0.01 |
HSL | 40º | 0.86% | 0.95% | - |
HSV(B) | 40º | 0.09% | 0.99% | - |
XYZ | 87.3 | 91.84 | 87.26 | - |
YUV | 245.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 229 | 0 | 0.03 | 0.09 | 0.01 | 40 | 0.86 | 0.95 |
Hex | FD | F5 | E5 | 0 | 3 | 9 | 1 | 28 | 56 | 5F |
Octal | 375 | 365 | 345 | 0 | 3 | 11 | 1 | 50 | 126 | 137 |
Binary | 11111101 | 11110101 | 11100101 | 0 | 11 | 1001 | 1 | 101000 | 1010110 | 1011111 |
Color Harmonies of #FDF5E5
Complementary color
Monochromatic Colors of #FDF5E5
Black with #FDF5E5
Text Example
Text Example
White with #FDF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5E5; }
p { color: rgb(253,245,229); }
H1.HeaderClassName
{
color: #FDF5E5;
}
.AnyTagClassName
{
color: #FDF5E5;
}
</style>
background-color css
<style>
a { background-color: #FDF5E5; }
a { background-color: rgb(253,245,229); }
div.DivClassName
{
background-color: #FDF5E5;
}
.BgClassName
{
background-color: #FDF5E5;
}
</style>
border-color css
<style>
span { border-color: #FDF5E5; }
span { border-color: rgb(253,245,229); }
td.TdClassName
{
border-color: #FDF5E5;
}
.TagClassName
{
border-color: #FDF5E5;
}
</style>