Shades of OldLace #FDF5E6
Tints of OldLace #FDF5E6
RGB
CMYK
RGB Variations
Color information
#FDF5E6 (or 0xFDF5E6) is known color: OldLace. HEX triplet: FD, F5 and E6. RGB value is (253,245,230). Sum of RGB (Red+Green+Blue) = 253+245+230=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 230 (90.23% from 255 or 31.59% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5E6 is #020A19. Grayscale: #F5F5F5. Windows color (decimal): -133658 or 15136253. OLE color: 15136253.
HSL color Cylindrical-coordinate representation of color #FDF5E6: hue angle of 39.13º 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 #FDF5E6 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 230 | - |
CMYK | 0 | 0.03 | 0.09 | 0.01 |
HSL | 39.13º | 0.85% | 0.95% | - |
HSV(B) | 39.13º | 0.09% | 0.99% | - |
XYZ | 87.44 | 91.9 | 87.99 | - |
YUV | 245.68 | 119.15 | 133.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 230 | 0 | 0.03 | 0.09 | 0.01 | 39.13 | 0.85 | 0.95 |
Hex | FD | F5 | E6 | 0 | 3 | 9 | 1 | 27 | 55 | 5F |
Octal | 375 | 365 | 346 | 0 | 3 | 11 | 1 | 47 | 125 | 137 |
Binary | 11111101 | 11110101 | 11100110 | 0 | 11 | 1001 | 1 | 100111 | 1010101 | 1011111 |
Color Harmonies of #FDF5E6
Complementary color
Monochromatic Colors of #FDF5E6
Black with #FDF5E6
Text Example
Text Example
White with #FDF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5E6; }
p { color: rgb(253,245,230); }
H1.HeaderClassName
{
color: #FDF5E6;
}
.AnyTagClassName
{
color: #FDF5E6;
}
</style>
background-color css
<style>
a { background-color: #FDF5E6; }
a { background-color: rgb(253,245,230); }
div.DivClassName
{
background-color: #FDF5E6;
}
.BgClassName
{
background-color: #FDF5E6;
}
</style>
border-color css
<style>
span { border-color: #FDF5E6; }
span { border-color: rgb(253,245,230); }
td.TdClassName
{
border-color: #FDF5E6;
}
.TagClassName
{
border-color: #FDF5E6;
}
</style>