Shades of Old Lace #FDF7E9
Tints of Old Lace #FDF7E9
RGB
CMYK
RGB Variations
Color information
#FDF7E9 (or 0xFDF7E9) is known color: Old Lace. HEX triplet: FD, F7 and E9. RGB value is (253,247,233). Sum of RGB (Red+Green+Blue) = 253+247+233=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 247 (96.88% from 255 or 33.70% from 733); Blue value is 233 (91.41% from 255 or 31.79% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7E9 is #020816. Grayscale: #F7F7F7. Windows color (decimal): -133143 or 15333373. OLE color: 15333373.
HSL color Cylindrical-coordinate representation of color #FDF7E9: hue angle of 42º 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 #FDF7E9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 233 | - |
CMYK | 0 | 0.02 | 0.08 | 0.01 |
HSL | 42º | 0.83% | 0.95% | - |
HSV(B) | 42º | 0.08% | 0.99% | - |
XYZ | 88.48 | 93.29 | 90.43 | - |
YUV | 247.2 | 119.99 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 233 | 0 | 0.02 | 0.08 | 0.01 | 42 | 0.83 | 0.95 |
Hex | FD | F7 | E9 | 0 | 2 | 8 | 1 | 2A | 53 | 5F |
Octal | 375 | 367 | 351 | 0 | 2 | 10 | 1 | 52 | 123 | 137 |
Binary | 11111101 | 11110111 | 11101001 | 0 | 10 | 1000 | 1 | 101010 | 1010011 | 1011111 |
Color Harmonies of #FDF7E9
Complementary color
Monochromatic Colors of #FDF7E9
Black with #FDF7E9
Text Example
Text Example
White with #FDF7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7E9; }
p { color: rgb(253,247,233); }
H1.HeaderClassName
{
color: #FDF7E9;
}
.AnyTagClassName
{
color: #FDF7E9;
}
</style>
background-color css
<style>
a { background-color: #FDF7E9; }
a { background-color: rgb(253,247,233); }
div.DivClassName
{
background-color: #FDF7E9;
}
.BgClassName
{
background-color: #FDF7E9;
}
</style>
border-color css
<style>
span { border-color: #FDF7E9; }
span { border-color: rgb(253,247,233); }
td.TdClassName
{
border-color: #FDF7E9;
}
.TagClassName
{
border-color: #FDF7E9;
}
</style>