Shades of Old Lace #FDF6E6
Tints of Old Lace #FDF6E6
RGB
CMYK
RGB Variations
Color information
#FDF6E6 (or 0xFDF6E6) is known color: Old Lace. HEX triplet: FD, F6 and E6. RGB value is (253,246,230). Sum of RGB (Red+Green+Blue) = 253+246+230=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 230 (90.23% from 255 or 31.55% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6E6 is #020919. Grayscale: #F6F6F6. Windows color (decimal): -133402 or 15136509. OLE color: 15136509.
HSL color Cylindrical-coordinate representation of color #FDF6E6: hue angle of 41.74º 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 #FDF6E6 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 230 | - |
CMYK | 0 | 0.03 | 0.09 | 0.01 |
HSL | 41.74º | 0.85% | 0.95% | - |
HSV(B) | 41.74º | 0.09% | 0.99% | - |
XYZ | 87.75 | 92.51 | 88.09 | - |
YUV | 246.27 | 118.82 | 132.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 230 | 0 | 0.03 | 0.09 | 0.01 | 41.74 | 0.85 | 0.95 |
Hex | FD | F6 | E6 | 0 | 3 | 9 | 1 | 2A | 55 | 5F |
Octal | 375 | 366 | 346 | 0 | 3 | 11 | 1 | 52 | 125 | 137 |
Binary | 11111101 | 11110110 | 11100110 | 0 | 11 | 1001 | 1 | 101010 | 1010101 | 1011111 |
Color Harmonies of #FDF6E6
Complementary color
Monochromatic Colors of #FDF6E6
Black with #FDF6E6
Text Example
Text Example
White with #FDF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E6; }
p { color: rgb(253,246,230); }
H1.HeaderClassName
{
color: #FDF6E6;
}
.AnyTagClassName
{
color: #FDF6E6;
}
</style>
background-color css
<style>
a { background-color: #FDF6E6; }
a { background-color: rgb(253,246,230); }
div.DivClassName
{
background-color: #FDF6E6;
}
.BgClassName
{
background-color: #FDF6E6;
}
</style>
border-color css
<style>
span { border-color: #FDF6E6; }
span { border-color: rgb(253,246,230); }
td.TdClassName
{
border-color: #FDF6E6;
}
.TagClassName
{
border-color: #FDF6E6;
}
</style>