Shades of Old Lace #FDF7EB
Tints of Old Lace #FDF7EB
RGB
CMYK
RGB Variations
Color information
#FDF7EB (or 0xFDF7EB) is known color: Old Lace. HEX triplet: FD, F7 and EB. RGB value is (253,247,235). Sum of RGB (Red+Green+Blue) = 253+247+235=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 235 (92.19% from 255 or 31.97% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7EB is #020814. Grayscale: #F7F7F7. Windows color (decimal): -133141 or 15464445. OLE color: 15464445.
HSL color Cylindrical-coordinate representation of color #FDF7EB: hue angle of 40º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF7EB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 235 | - |
CMYK | 0 | 0.02 | 0.07 | 0.01 |
HSL | 40º | 0.82% | 0.96% | - |
HSV(B) | 40º | 0.07% | 0.99% | - |
XYZ | 88.76 | 93.4 | 91.95 | - |
YUV | 247.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 235 | 0 | 0.02 | 0.07 | 0.01 | 40 | 0.82 | 0.96 |
Hex | FD | F7 | EB | 0 | 2 | 7 | 1 | 28 | 52 | 60 |
Octal | 375 | 367 | 353 | 0 | 2 | 7 | 1 | 50 | 122 | 140 |
Binary | 11111101 | 11110111 | 11101011 | 0 | 10 | 111 | 1 | 101000 | 1010010 | 1100000 |
Color Harmonies of #FDF7EB
Complementary color
Monochromatic Colors of #FDF7EB
Black with #FDF7EB
Text Example
Text Example
White with #FDF7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7EB; }
p { color: rgb(253,247,235); }
H1.HeaderClassName
{
color: #FDF7EB;
}
.AnyTagClassName
{
color: #FDF7EB;
}
</style>
background-color css
<style>
a { background-color: #FDF7EB; }
a { background-color: rgb(253,247,235); }
div.DivClassName
{
background-color: #FDF7EB;
}
.BgClassName
{
background-color: #FDF7EB;
}
</style>
border-color css
<style>
span { border-color: #FDF7EB; }
span { border-color: rgb(253,247,235); }
td.TdClassName
{
border-color: #FDF7EB;
}
.TagClassName
{
border-color: #FDF7EB;
}
</style>