Shades of Old Lace #FDF6E3
Tints of Old Lace #FDF6E3
RGB
CMYK
RGB Variations
Color information
#FDF6E3 (or 0xFDF6E3) is known color: Old Lace. HEX triplet: FD, F6 and E3. RGB value is (253,246,227). Sum of RGB (Red+Green+Blue) = 253+246+227=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 246 (96.48% from 255 or 33.88% from 726); Blue value is 227 (89.06% from 255 or 31.27% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6E3 is #02091C. Grayscale: #F6F6F6. Windows color (decimal): -133405 or 14939901. OLE color: 14939901.
HSL color Cylindrical-coordinate representation of color #FDF6E3: hue angle of 43.85º degrees, saturation: 0.87, 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 #FDF6E3 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 227 | - |
CMYK | 0 | 0.03 | 0.10 | 0.01 |
HSL | 43.85º | 0.87% | 0.94% | - |
HSV(B) | 43.85º | 0.1% | 0.99% | - |
XYZ | 87.33 | 92.34 | 85.89 | - |
YUV | 245.93 | 117.32 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 227 | 0 | 0.03 | 0.10 | 0.01 | 43.85 | 0.87 | 0.94 |
Hex | FD | F6 | E3 | 0 | 3 | A | 1 | 2C | 57 | 5E |
Octal | 375 | 366 | 343 | 0 | 3 | 12 | 1 | 54 | 127 | 136 |
Binary | 11111101 | 11110110 | 11100011 | 0 | 11 | 1010 | 1 | 101100 | 1010111 | 1011110 |
Color Harmonies of #FDF6E3
Complementary color
Monochromatic Colors of #FDF6E3
Black with #FDF6E3
Text Example
Text Example
White with #FDF6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E3; }
p { color: rgb(253,246,227); }
H1.HeaderClassName
{
color: #FDF6E3;
}
.AnyTagClassName
{
color: #FDF6E3;
}
</style>
background-color css
<style>
a { background-color: #FDF6E3; }
a { background-color: rgb(253,246,227); }
div.DivClassName
{
background-color: #FDF6E3;
}
.BgClassName
{
background-color: #FDF6E3;
}
</style>
border-color css
<style>
span { border-color: #FDF6E3; }
span { border-color: rgb(253,246,227); }
td.TdClassName
{
border-color: #FDF6E3;
}
.TagClassName
{
border-color: #FDF6E3;
}
</style>