Shades of Old Lace #FDF6E7
Tints of Old Lace #FDF6E7
RGB
CMYK
RGB Variations
Color information
#FDF6E7 (or 0xFDF6E7) is known color: Old Lace. HEX triplet: FD, F6 and E7. RGB value is (253,246,231). Sum of RGB (Red+Green+Blue) = 253+246+231=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 231 (90.62% from 255 or 31.64% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6E7 is #020918. Grayscale: #F6F6F6. Windows color (decimal): -133401 or 15202045. OLE color: 15202045.
HSL color Cylindrical-coordinate representation of color #FDF6E7: hue angle of 40.91º 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 #FDF6E7 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 231 | - |
CMYK | 0 | 0.03 | 0.09 | 0.01 |
HSL | 40.91º | 0.85% | 0.95% | - |
HSV(B) | 40.91º | 0.09% | 0.99% | - |
XYZ | 87.89 | 92.56 | 88.84 | - |
YUV | 246.38 | 119.32 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 231 | 0 | 0.03 | 0.09 | 0.01 | 40.91 | 0.85 | 0.95 |
Hex | FD | F6 | E7 | 0 | 3 | 9 | 1 | 29 | 55 | 5F |
Octal | 375 | 366 | 347 | 0 | 3 | 11 | 1 | 51 | 125 | 137 |
Binary | 11111101 | 11110110 | 11100111 | 0 | 11 | 1001 | 1 | 101001 | 1010101 | 1011111 |
Color Harmonies of #FDF6E7
Complementary color
Monochromatic Colors of #FDF6E7
Black with #FDF6E7
Text Example
Text Example
White with #FDF6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E7; }
p { color: rgb(253,246,231); }
H1.HeaderClassName
{
color: #FDF6E7;
}
.AnyTagClassName
{
color: #FDF6E7;
}
</style>
background-color css
<style>
a { background-color: #FDF6E7; }
a { background-color: rgb(253,246,231); }
div.DivClassName
{
background-color: #FDF6E7;
}
.BgClassName
{
background-color: #FDF6E7;
}
</style>
border-color css
<style>
span { border-color: #FDF6E7; }
span { border-color: rgb(253,246,231); }
td.TdClassName
{
border-color: #FDF6E7;
}
.TagClassName
{
border-color: #FDF6E7;
}
</style>