Shades of Old Lace #FDF4E6
Tints of Old Lace #FDF4E6
RGB
CMYK
RGB Variations
Color information
#FDF4E6 (or 0xFDF4E6) is known color: Old Lace. HEX triplet: FD, F4 and E6. RGB value is (253,244,230). Sum of RGB (Red+Green+Blue) = 253+244+230=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4E6 is #020B19. Grayscale: #F5F5F5. Windows color (decimal): -133914 or 15135997. OLE color: 15135997.
HSL color Cylindrical-coordinate representation of color #FDF4E6: hue angle of 36.52º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDF4E6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 230 | - |
CMYK | 0 | 0.04 | 0.09 | 0.01 |
HSL | 36.52º | 0.85% | 0.95% | - |
HSV(B) | 36.52º | 0.09% | 0.99% | - |
XYZ | 87.14 | 91.3 | 87.89 | - |
YUV | 245.1 | 119.48 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 230 | 0 | 0.04 | 0.09 | 0.01 | 36.52 | 0.85 | 0.95 |
Hex | FD | F4 | E6 | 0 | 4 | 9 | 1 | 25 | 55 | 5F |
Octal | 375 | 364 | 346 | 0 | 4 | 11 | 1 | 45 | 125 | 137 |
Binary | 11111101 | 11110100 | 11100110 | 0 | 100 | 1001 | 1 | 100101 | 1010101 | 1011111 |
Color Harmonies of #FDF4E6
Complementary color
Monochromatic Colors of #FDF4E6
Black with #FDF4E6
Text Example
Text Example
White with #FDF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4E6; }
p { color: rgb(253,244,230); }
H1.HeaderClassName
{
color: #FDF4E6;
}
.AnyTagClassName
{
color: #FDF4E6;
}
</style>
background-color css
<style>
a { background-color: #FDF4E6; }
a { background-color: rgb(253,244,230); }
div.DivClassName
{
background-color: #FDF4E6;
}
.BgClassName
{
background-color: #FDF4E6;
}
</style>
border-color css
<style>
span { border-color: #FDF4E6; }
span { border-color: rgb(253,244,230); }
td.TdClassName
{
border-color: #FDF4E6;
}
.TagClassName
{
border-color: #FDF4E6;
}
</style>