Shades of Old Lace #FDF6E4
Tints of Old Lace #FDF6E4
RGB
CMYK
RGB Variations
Color information
#FDF6E4 (or 0xFDF6E4) is known color: Old Lace. HEX triplet: FD, F6 and E4. RGB value is (253,246,228). Sum of RGB (Red+Green+Blue) = 253+246+228=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 228 (89.45% from 255 or 31.36% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6E4 is #02091B. Grayscale: #F6F6F6. Windows color (decimal): -133404 or 15005437. OLE color: 15005437.
HSL color Cylindrical-coordinate representation of color #FDF6E4: hue angle of 43.2º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDF6E4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 228 | - |
CMYK | 0 | 0.03 | 0.10 | 0.01 |
HSL | 43.2º | 0.86% | 0.94% | - |
HSV(B) | 43.2º | 0.1% | 0.99% | - |
XYZ | 87.47 | 92.4 | 86.62 | - |
YUV | 246.04 | 117.82 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 228 | 0 | 0.03 | 0.10 | 0.01 | 43.2 | 0.86 | 0.94 |
Hex | FD | F6 | E4 | 0 | 3 | A | 1 | 2B | 56 | 5E |
Octal | 375 | 366 | 344 | 0 | 3 | 12 | 1 | 53 | 126 | 136 |
Binary | 11111101 | 11110110 | 11100100 | 0 | 11 | 1010 | 1 | 101011 | 1010110 | 1011110 |
Color Harmonies of #FDF6E4
Complementary color
Monochromatic Colors of #FDF6E4
Black with #FDF6E4
Text Example
Text Example
White with #FDF6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E4; }
p { color: rgb(253,246,228); }
H1.HeaderClassName
{
color: #FDF6E4;
}
.AnyTagClassName
{
color: #FDF6E4;
}
</style>
background-color css
<style>
a { background-color: #FDF6E4; }
a { background-color: rgb(253,246,228); }
div.DivClassName
{
background-color: #FDF6E4;
}
.BgClassName
{
background-color: #FDF6E4;
}
</style>
border-color css
<style>
span { border-color: #FDF6E4; }
span { border-color: rgb(253,246,228); }
td.TdClassName
{
border-color: #FDF6E4;
}
.TagClassName
{
border-color: #FDF6E4;
}
</style>