Shades of Old Lace #FDF5EA
Tints of Old Lace #FDF5EA
RGB
CMYK
RGB Variations
Color information
#FDF5EA (or 0xFDF5EA) is known color: Old Lace. HEX triplet: FD, F5 and EA. RGB value is (253,245,234). Sum of RGB (Red+Green+Blue) = 253+245+234=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 234 (91.80% from 255 or 31.97% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EA is #020A15. Grayscale: #F6F6F6. Windows color (decimal): -133654 or 15398397. OLE color: 15398397.
HSL color Cylindrical-coordinate representation of color #FDF5EA: hue angle of 34.74º degrees, saturation: 0.83, 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 #FDF5EA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 234 | - |
CMYK | 0 | 0.03 | 0.08 | 0.01 |
HSL | 34.74º | 0.83% | 0.95% | - |
HSV(B) | 34.74º | 0.08% | 0.99% | - |
XYZ | 88.01 | 92.13 | 90.99 | - |
YUV | 246.14 | 121.15 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 234 | 0 | 0.03 | 0.08 | 0.01 | 34.74 | 0.83 | 0.95 |
Hex | FD | F5 | EA | 0 | 3 | 8 | 1 | 23 | 53 | 5F |
Octal | 375 | 365 | 352 | 0 | 3 | 10 | 1 | 43 | 123 | 137 |
Binary | 11111101 | 11110101 | 11101010 | 0 | 11 | 1000 | 1 | 100011 | 1010011 | 1011111 |
Color Harmonies of #FDF5EA
Complementary color
Monochromatic Colors of #FDF5EA
Black with #FDF5EA
Text Example
Text Example
White with #FDF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5EA; }
p { color: rgb(253,245,234); }
H1.HeaderClassName
{
color: #FDF5EA;
}
.AnyTagClassName
{
color: #FDF5EA;
}
</style>
background-color css
<style>
a { background-color: #FDF5EA; }
a { background-color: rgb(253,245,234); }
div.DivClassName
{
background-color: #FDF5EA;
}
.BgClassName
{
background-color: #FDF5EA;
}
</style>
border-color css
<style>
span { border-color: #FDF5EA; }
span { border-color: rgb(253,245,234); }
td.TdClassName
{
border-color: #FDF5EA;
}
.TagClassName
{
border-color: #FDF5EA;
}
</style>