Shades of Old Lace #FDF7E7
Tints of Old Lace #FDF7E7
RGB
CMYK
RGB Variations
Color information
#FDF7E7 (or 0xFDF7E7) is known color: Old Lace. HEX triplet: FD, F7 and E7. RGB value is (253,247,231). Sum of RGB (Red+Green+Blue) = 253+247+231=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 231 (90.62% from 255 or 31.60% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7E7 is #020818. Grayscale: #F7F7F7. Windows color (decimal): -133145 or 15202301. OLE color: 15202301.
HSL color Cylindrical-coordinate representation of color #FDF7E7: hue angle of 43.64º 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 #FDF7E7 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 231 | - |
CMYK | 0 | 0.02 | 0.09 | 0.01 |
HSL | 43.64º | 0.85% | 0.95% | - |
HSV(B) | 43.64º | 0.09% | 0.99% | - |
XYZ | 88.19 | 93.17 | 88.94 | - |
YUV | 246.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 231 | 0 | 0.02 | 0.09 | 0.01 | 43.64 | 0.85 | 0.95 |
Hex | FD | F7 | E7 | 0 | 2 | 9 | 1 | 2C | 55 | 5F |
Octal | 375 | 367 | 347 | 0 | 2 | 11 | 1 | 54 | 125 | 137 |
Binary | 11111101 | 11110111 | 11100111 | 0 | 10 | 1001 | 1 | 101100 | 1010101 | 1011111 |
Color Harmonies of #FDF7E7
Complementary color
Monochromatic Colors of #FDF7E7
Black with #FDF7E7
Text Example
Text Example
White with #FDF7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7E7; }
p { color: rgb(253,247,231); }
H1.HeaderClassName
{
color: #FDF7E7;
}
.AnyTagClassName
{
color: #FDF7E7;
}
</style>
background-color css
<style>
a { background-color: #FDF7E7; }
a { background-color: rgb(253,247,231); }
div.DivClassName
{
background-color: #FDF7E7;
}
.BgClassName
{
background-color: #FDF7E7;
}
</style>
border-color css
<style>
span { border-color: #FDF7E7; }
span { border-color: rgb(253,247,231); }
td.TdClassName
{
border-color: #FDF7E7;
}
.TagClassName
{
border-color: #FDF7E7;
}
</style>