Shades of Old Lace #FDF6EA
Tints of Old Lace #FDF6EA
RGB
CMYK
RGB Variations
Color information
#FDF6EA (or 0xFDF6EA) is known color: Old Lace. HEX triplet: FD, F6 and EA. RGB value is (253,246,234). Sum of RGB (Red+Green+Blue) = 253+246+234=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 246 (96.48% from 255 or 33.56% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6EA is #020915. Grayscale: #F6F6F6. Windows color (decimal): -133398 or 15398653. OLE color: 15398653.
HSL color Cylindrical-coordinate representation of color #FDF6EA: hue angle of 37.89º 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 #FDF6EA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 234 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.01 |
| HSL | 37.89º | 0.83% | 0.95% | - |
| HSV(B) | 37.89º | 0.08% | 0.99% | - |
| XYZ | 88.32 | 92.73 | 91.09 | - |
| YUV | 246.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 234 | 0 | 0.03 | 0.08 | 0.01 | 37.89 | 0.83 | 0.95 |
| Hex | FD | F6 | EA | 0 | 3 | 8 | 1 | 26 | 53 | 5F |
| Octal | 375 | 366 | 352 | 0 | 3 | 10 | 1 | 46 | 123 | 137 |
| Binary | 11111101 | 11110110 | 11101010 | 0 | 11 | 1000 | 1 | 100110 | 1010011 | 1011111 |
Color Harmonies of #FDF6EA
Complementary color
Monochromatic Colors of #FDF6EA
Black with #FDF6EA
Text Example
Text Example
White with #FDF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6EA; }
p { color: rgb(253,246,234); }
H1.HeaderClassName
{
color: #FDF6EA;
}
.AnyTagClassName
{
color: #FDF6EA;
}
</style>
background-color css
<style>
a { background-color: #FDF6EA; }
a { background-color: rgb(253,246,234); }
div.DivClassName
{
background-color: #FDF6EA;
}
.BgClassName
{
background-color: #FDF6EA;
}
</style>
border-color css
<style>
span { border-color: #FDF6EA; }
span { border-color: rgb(253,246,234); }
td.TdClassName
{
border-color: #FDF6EA;
}
.TagClassName
{
border-color: #FDF6EA;
}
</style>