Shades of Old Lace #FDF6E5
Tints of Old Lace #FDF6E5
RGB
CMYK
RGB Variations
Color information
#FDF6E5 (or 0xFDF6E5) is known color: Old Lace. HEX triplet: FD, F6 and E5. RGB value is (253,246,229). Sum of RGB (Red+Green+Blue) = 253+246+229=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 229 (89.84% from 255 or 31.46% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6E5 is #02091A. Grayscale: #F6F6F6. Windows color (decimal): -133403 or 15070973. OLE color: 15070973.
HSL color Cylindrical-coordinate representation of color #FDF6E5: hue angle of 42.5º 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 #FDF6E5 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 229 | - |
CMYK | 0 | 0.03 | 0.09 | 0.01 |
HSL | 42.5º | 0.86% | 0.95% | - |
HSV(B) | 42.5º | 0.09% | 0.99% | - |
XYZ | 87.61 | 92.45 | 87.36 | - |
YUV | 246.16 | 118.32 | 132.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 229 | 0 | 0.03 | 0.09 | 0.01 | 42.5 | 0.86 | 0.95 |
Hex | FD | F6 | E5 | 0 | 3 | 9 | 1 | 2A | 56 | 5F |
Octal | 375 | 366 | 345 | 0 | 3 | 11 | 1 | 52 | 126 | 137 |
Binary | 11111101 | 11110110 | 11100101 | 0 | 11 | 1001 | 1 | 101010 | 1010110 | 1011111 |
Color Harmonies of #FDF6E5
Complementary color
Monochromatic Colors of #FDF6E5
Black with #FDF6E5
Text Example
Text Example
White with #FDF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E5; }
p { color: rgb(253,246,229); }
H1.HeaderClassName
{
color: #FDF6E5;
}
.AnyTagClassName
{
color: #FDF6E5;
}
</style>
background-color css
<style>
a { background-color: #FDF6E5; }
a { background-color: rgb(253,246,229); }
div.DivClassName
{
background-color: #FDF6E5;
}
.BgClassName
{
background-color: #FDF6E5;
}
</style>
border-color css
<style>
span { border-color: #FDF6E5; }
span { border-color: rgb(253,246,229); }
td.TdClassName
{
border-color: #FDF6E5;
}
.TagClassName
{
border-color: #FDF6E5;
}
</style>