Shades of Old Lace #FDF7EA
Tints of Old Lace #FDF7EA
RGB
CMYK
RGB Variations
Color information
#FDF7EA (or 0xFDF7EA) is known color: Old Lace. HEX triplet: FD, F7 and EA. RGB value is (253,247,234). Sum of RGB (Red+Green+Blue) = 253+247+234=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 247 (96.88% from 255 or 33.65% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7EA is #020815. Grayscale: #F7F7F7. Windows color (decimal): -133142 or 15398909. OLE color: 15398909.
HSL color Cylindrical-coordinate representation of color #FDF7EA: hue angle of 41.05º 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 #FDF7EA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 234 | - |
CMYK | 0 | 0.02 | 0.08 | 0.01 |
HSL | 41.05º | 0.83% | 0.95% | - |
HSV(B) | 41.05º | 0.08% | 0.99% | - |
XYZ | 88.62 | 93.34 | 91.19 | - |
YUV | 247.31 | 120.49 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 234 | 0 | 0.02 | 0.08 | 0.01 | 41.05 | 0.83 | 0.95 |
Hex | FD | F7 | EA | 0 | 2 | 8 | 1 | 29 | 53 | 5F |
Octal | 375 | 367 | 352 | 0 | 2 | 10 | 1 | 51 | 123 | 137 |
Binary | 11111101 | 11110111 | 11101010 | 0 | 10 | 1000 | 1 | 101001 | 1010011 | 1011111 |
Color Harmonies of #FDF7EA
Complementary color
Monochromatic Colors of #FDF7EA
Black with #FDF7EA
Text Example
Text Example
White with #FDF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7EA; }
p { color: rgb(253,247,234); }
H1.HeaderClassName
{
color: #FDF7EA;
}
.AnyTagClassName
{
color: #FDF7EA;
}
</style>
background-color css
<style>
a { background-color: #FDF7EA; }
a { background-color: rgb(253,247,234); }
div.DivClassName
{
background-color: #FDF7EA;
}
.BgClassName
{
background-color: #FDF7EA;
}
</style>
border-color css
<style>
span { border-color: #FDF7EA; }
span { border-color: rgb(253,247,234); }
td.TdClassName
{
border-color: #FDF7EA;
}
.TagClassName
{
border-color: #FDF7EA;
}
</style>