Shades of Linen #FDF5EC
Tints of Linen #FDF5EC
RGB
CMYK
RGB Variations
Color information
#FDF5EC (or 0xFDF5EC) is known color: Linen. HEX triplet: FD, F5 and EC. RGB value is (253,245,236). Sum of RGB (Red+Green+Blue) = 253+245+236=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EC is #020A13. Grayscale: #F6F6F6. Windows color (decimal): -133652 or 15529469. OLE color: 15529469.
HSL color Cylindrical-coordinate representation of color #FDF5EC: hue angle of 31.76º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF5EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 236 | - |
CMYK | 0 | 0.03 | 0.07 | 0.01 |
HSL | 31.76º | 0.81% | 0.96% | - |
HSV(B) | 31.76º | 0.07% | 0.99% | - |
XYZ | 88.3 | 92.24 | 92.51 | - |
YUV | 246.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 236 | 0 | 0.03 | 0.07 | 0.01 | 31.76 | 0.81 | 0.96 |
Hex | FD | F5 | EC | 0 | 3 | 7 | 1 | 20 | 51 | 60 |
Octal | 375 | 365 | 354 | 0 | 3 | 7 | 1 | 40 | 121 | 140 |
Binary | 11111101 | 11110101 | 11101100 | 0 | 11 | 111 | 1 | 100000 | 1010001 | 1100000 |
Color Harmonies of #FDF5EC
Complementary color
Monochromatic Colors of #FDF5EC
Black with #FDF5EC
Text Example
Text Example
White with #FDF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5EC; }
p { color: rgb(253,245,236); }
H1.HeaderClassName
{
color: #FDF5EC;
}
.AnyTagClassName
{
color: #FDF5EC;
}
</style>
background-color css
<style>
a { background-color: #FDF5EC; }
a { background-color: rgb(253,245,236); }
div.DivClassName
{
background-color: #FDF5EC;
}
.BgClassName
{
background-color: #FDF5EC;
}
</style>
border-color css
<style>
span { border-color: #FDF5EC; }
span { border-color: rgb(253,245,236); }
td.TdClassName
{
border-color: #FDF5EC;
}
.TagClassName
{
border-color: #FDF5EC;
}
</style>