Shades of Old Lace #FDF6E9
Tints of Old Lace #FDF6E9
RGB
CMYK
RGB Variations
Color information
#FDF6E9 (or 0xFDF6E9) is known color: Old Lace. HEX triplet: FD, F6 and E9. RGB value is (253,246,233). Sum of RGB (Red+Green+Blue) = 253+246+233=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6E9 is #020916. Grayscale: #F6F6F6. Windows color (decimal): -133399 or 15333117. OLE color: 15333117.
HSL color Cylindrical-coordinate representation of color #FDF6E9: hue angle of 39º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF6E9 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 233 | - |
CMYK | 0 | 0.03 | 0.08 | 0.01 |
HSL | 39º | 0.83% | 0.95% | - |
HSV(B) | 39º | 0.08% | 0.99% | - |
XYZ | 88.17 | 92.68 | 90.33 | - |
YUV | 246.61 | 120.32 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 233 | 0 | 0.03 | 0.08 | 0.01 | 39 | 0.83 | 0.95 |
Hex | FD | F6 | E9 | 0 | 3 | 8 | 1 | 27 | 53 | 5F |
Octal | 375 | 366 | 351 | 0 | 3 | 10 | 1 | 47 | 123 | 137 |
Binary | 11111101 | 11110110 | 11101001 | 0 | 11 | 1000 | 1 | 100111 | 1010011 | 1011111 |
Color Harmonies of #FDF6E9
Complementary color
Monochromatic Colors of #FDF6E9
Black with #FDF6E9
Text Example
Text Example
White with #FDF6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E9; }
p { color: rgb(253,246,233); }
H1.HeaderClassName
{
color: #FDF6E9;
}
.AnyTagClassName
{
color: #FDF6E9;
}
</style>
background-color css
<style>
a { background-color: #FDF6E9; }
a { background-color: rgb(253,246,233); }
div.DivClassName
{
background-color: #FDF6E9;
}
.BgClassName
{
background-color: #FDF6E9;
}
</style>
border-color css
<style>
span { border-color: #FDF6E9; }
span { border-color: rgb(253,246,233); }
td.TdClassName
{
border-color: #FDF6E9;
}
.TagClassName
{
border-color: #FDF6E9;
}
</style>