Shades of Linen #FDF5EB
Tints of Linen #FDF5EB
RGB
CMYK
RGB Variations
Color information
#FDF5EB (or 0xFDF5EB) is known color: Linen. HEX triplet: FD, F5 and EB. RGB value is (253,245,235). Sum of RGB (Red+Green+Blue) = 253+245+235=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 235 (92.19% from 255 or 32.06% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EB is #020A14. Grayscale: #F6F6F6. Windows color (decimal): -133653 or 15463933. OLE color: 15463933.
HSL color Cylindrical-coordinate representation of color #FDF5EB: hue angle of 33.33º degrees, saturation: 0.82, 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 #FDF5EB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 235 | - |
CMYK | 0 | 0.03 | 0.07 | 0.01 |
HSL | 33.33º | 0.82% | 0.96% | - |
HSV(B) | 33.33º | 0.07% | 0.99% | - |
XYZ | 88.16 | 92.19 | 91.74 | - |
YUV | 246.25 | 121.65 | 132.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 235 | 0 | 0.03 | 0.07 | 0.01 | 33.33 | 0.82 | 0.96 |
Hex | FD | F5 | EB | 0 | 3 | 7 | 1 | 21 | 52 | 60 |
Octal | 375 | 365 | 353 | 0 | 3 | 7 | 1 | 41 | 122 | 140 |
Binary | 11111101 | 11110101 | 11101011 | 0 | 11 | 111 | 1 | 100001 | 1010010 | 1100000 |
Color Harmonies of #FDF5EB
Complementary color
Monochromatic Colors of #FDF5EB
Black with #FDF5EB
Text Example
Text Example
White with #FDF5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5EB; }
p { color: rgb(253,245,235); }
H1.HeaderClassName
{
color: #FDF5EB;
}
.AnyTagClassName
{
color: #FDF5EB;
}
</style>
background-color css
<style>
a { background-color: #FDF5EB; }
a { background-color: rgb(253,245,235); }
div.DivClassName
{
background-color: #FDF5EB;
}
.BgClassName
{
background-color: #FDF5EB;
}
</style>
border-color css
<style>
span { border-color: #FDF5EB; }
span { border-color: rgb(253,245,235); }
td.TdClassName
{
border-color: #FDF5EB;
}
.TagClassName
{
border-color: #FDF5EB;
}
</style>