Shades of Old Lace #FDF5E7
Tints of Old Lace #FDF5E7
RGB
CMYK
RGB Variations
Color information
#FDF5E7 (or 0xFDF5E7) is known color: Old Lace. HEX triplet: FD, F5 and E7. RGB value is (253,245,231). Sum of RGB (Red+Green+Blue) = 253+245+231=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 231 (90.62% from 255 or 31.69% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5E7 is #020A18. Grayscale: #F5F5F5. Windows color (decimal): -133657 or 15201789. OLE color: 15201789.
HSL color Cylindrical-coordinate representation of color #FDF5E7: hue angle of 38.18º degrees, saturation: 0.85, 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 #FDF5E7 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 231 | - |
CMYK | 0 | 0.03 | 0.09 | 0.01 |
HSL | 38.18º | 0.85% | 0.95% | - |
HSV(B) | 38.18º | 0.09% | 0.99% | - |
XYZ | 87.58 | 91.96 | 88.73 | - |
YUV | 245.8 | 119.65 | 133.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 231 | 0 | 0.03 | 0.09 | 0.01 | 38.18 | 0.85 | 0.95 |
Hex | FD | F5 | E7 | 0 | 3 | 9 | 1 | 26 | 55 | 5F |
Octal | 375 | 365 | 347 | 0 | 3 | 11 | 1 | 46 | 125 | 137 |
Binary | 11111101 | 11110101 | 11100111 | 0 | 11 | 1001 | 1 | 100110 | 1010101 | 1011111 |
Color Harmonies of #FDF5E7
Complementary color
Monochromatic Colors of #FDF5E7
Black with #FDF5E7
Text Example
Text Example
White with #FDF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5E7; }
p { color: rgb(253,245,231); }
H1.HeaderClassName
{
color: #FDF5E7;
}
.AnyTagClassName
{
color: #FDF5E7;
}
</style>
background-color css
<style>
a { background-color: #FDF5E7; }
a { background-color: rgb(253,245,231); }
div.DivClassName
{
background-color: #FDF5E7;
}
.BgClassName
{
background-color: #FDF5E7;
}
</style>
border-color css
<style>
span { border-color: #FDF5E7; }
span { border-color: rgb(253,245,231); }
td.TdClassName
{
border-color: #FDF5E7;
}
.TagClassName
{
border-color: #FDF5E7;
}
</style>