Shades of Old Lace #FDF6EC
Tints of Old Lace #FDF6EC
RGB
CMYK
RGB Variations
Color information
#FDF6EC (or 0xFDF6EC) is known color: Old Lace. HEX triplet: FD, F6 and EC. RGB value is (253,246,236). Sum of RGB (Red+Green+Blue) = 253+246+236=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 246 (96.48% from 255 or 33.47% from 735); Blue value is 236 (92.58% from 255 or 32.11% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6EC is #020913. Grayscale: #F6F6F6. Windows color (decimal): -133396 or 15529725. OLE color: 15529725.
HSL color Cylindrical-coordinate representation of color #FDF6EC: hue angle of 35.29º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF6EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 236 | - |
CMYK | 0 | 0.03 | 0.07 | 0.01 |
HSL | 35.29º | 0.81% | 0.96% | - |
HSV(B) | 35.29º | 0.07% | 0.99% | - |
XYZ | 88.6 | 92.85 | 92.61 | - |
YUV | 246.95 | 121.82 | 132.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 236 | 0 | 0.03 | 0.07 | 0.01 | 35.29 | 0.81 | 0.96 |
Hex | FD | F6 | EC | 0 | 3 | 7 | 1 | 23 | 51 | 60 |
Octal | 375 | 366 | 354 | 0 | 3 | 7 | 1 | 43 | 121 | 140 |
Binary | 11111101 | 11110110 | 11101100 | 0 | 11 | 111 | 1 | 100011 | 1010001 | 1100000 |
Color Harmonies of #FDF6EC
Complementary color
Monochromatic Colors of #FDF6EC
Black with #FDF6EC
Text Example
Text Example
White with #FDF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6EC; }
p { color: rgb(253,246,236); }
H1.HeaderClassName
{
color: #FDF6EC;
}
.AnyTagClassName
{
color: #FDF6EC;
}
</style>
background-color css
<style>
a { background-color: #FDF6EC; }
a { background-color: rgb(253,246,236); }
div.DivClassName
{
background-color: #FDF6EC;
}
.BgClassName
{
background-color: #FDF6EC;
}
</style>
border-color css
<style>
span { border-color: #FDF6EC; }
span { border-color: rgb(253,246,236); }
td.TdClassName
{
border-color: #FDF6EC;
}
.TagClassName
{
border-color: #FDF6EC;
}
</style>