Shades of Old Lace #FDF3E0
Tints of Old Lace #FDF3E0
RGB
CMYK
RGB Variations
Color information
#FDF3E0 (or 0xFDF3E0) is known color: Old Lace. HEX triplet: FD, F3 and E0. RGB value is (253,243,224). Sum of RGB (Red+Green+Blue) = 253+243+224=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3E0 is #020C1F. Grayscale: #F3F3F3. Windows color (decimal): -134176 or 14742525. OLE color: 14742525.
HSL color Cylindrical-coordinate representation of color #FDF3E0: hue angle of 39.31º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDF3E0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 224 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.01 |
| HSL | 39.31º | 0.88% | 0.94% | - |
| HSV(B) | 39.31º | 0.11% | 0.99% | - |
| XYZ | 86.01 | 90.37 | 83.43 | - |
| YUV | 243.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 224 | 0 | 0.04 | 0.11 | 0.01 | 39.31 | 0.88 | 0.94 |
| Hex | FD | F3 | E0 | 0 | 4 | B | 1 | 27 | 58 | 5E |
| Octal | 375 | 363 | 340 | 0 | 4 | 13 | 1 | 47 | 130 | 136 |
| Binary | 11111101 | 11110011 | 11100000 | 0 | 100 | 1011 | 1 | 100111 | 1011000 | 1011110 |
Color Harmonies of #FDF3E0
Complementary color
Monochromatic Colors of #FDF3E0
Black with #FDF3E0
Text Example
Text Example
White with #FDF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3E0; }
p { color: rgb(253,243,224); }
H1.HeaderClassName
{
color: #FDF3E0;
}
.AnyTagClassName
{
color: #FDF3E0;
}
</style>
background-color css
<style>
a { background-color: #FDF3E0; }
a { background-color: rgb(253,243,224); }
div.DivClassName
{
background-color: #FDF3E0;
}
.BgClassName
{
background-color: #FDF3E0;
}
</style>
border-color css
<style>
span { border-color: #FDF3E0; }
span { border-color: rgb(253,243,224); }
td.TdClassName
{
border-color: #FDF3E0;
}
.TagClassName
{
border-color: #FDF3E0;
}
</style>