Shades of Old Lace #FDF5E8
Tints of Old Lace #FDF5E8
RGB
CMYK
RGB Variations
Color information
#FDF5E8 (or 0xFDF5E8) is known color: Old Lace. HEX triplet: FD, F5 and E8. RGB value is (253,245,232). Sum of RGB (Red+Green+Blue) = 253+245+232=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 232 (91.02% from 255 or 31.78% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5E8 is #020A17. Grayscale: #F5F5F5. Windows color (decimal): -133656 or 15267325. OLE color: 15267325.
HSL color Cylindrical-coordinate representation of color #FDF5E8: hue angle of 37.14º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF5E8 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 232 | - |
CMYK | 0 | 0.03 | 0.08 | 0.01 |
HSL | 37.14º | 0.84% | 0.95% | - |
HSV(B) | 37.14º | 0.08% | 0.99% | - |
XYZ | 87.73 | 92.01 | 89.48 | - |
YUV | 245.91 | 120.15 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 232 | 0 | 0.03 | 0.08 | 0.01 | 37.14 | 0.84 | 0.95 |
Hex | FD | F5 | E8 | 0 | 3 | 8 | 1 | 25 | 54 | 5F |
Octal | 375 | 365 | 350 | 0 | 3 | 10 | 1 | 45 | 124 | 137 |
Binary | 11111101 | 11110101 | 11101000 | 0 | 11 | 1000 | 1 | 100101 | 1010100 | 1011111 |
Color Harmonies of #FDF5E8
Complementary color
Monochromatic Colors of #FDF5E8
Black with #FDF5E8
Text Example
Text Example
White with #FDF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5E8; }
p { color: rgb(253,245,232); }
H1.HeaderClassName
{
color: #FDF5E8;
}
.AnyTagClassName
{
color: #FDF5E8;
}
</style>
background-color css
<style>
a { background-color: #FDF5E8; }
a { background-color: rgb(253,245,232); }
div.DivClassName
{
background-color: #FDF5E8;
}
.BgClassName
{
background-color: #FDF5E8;
}
</style>
border-color css
<style>
span { border-color: #FDF5E8; }
span { border-color: rgb(253,245,232); }
td.TdClassName
{
border-color: #FDF5E8;
}
.TagClassName
{
border-color: #FDF5E8;
}
</style>