Shades of Linen #F5F1EC
Tints of Linen #F5F1EC
RGB
CMYK
RGB Variations
Color information
#F5F1EC (or 0xF5F1EC) is known color: Linen. HEX triplet: F5, F1 and EC. RGB value is (245,241,236). Sum of RGB (Red+Green+Blue) = 245+241+236=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1EC is #0A0E13. Grayscale: #F1F1F1. Windows color (decimal): -658964 or 15528437. OLE color: 15528437.
HSL color Cylindrical-coordinate representation of color #F5F1EC: hue angle of 33.33º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5F1EC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 236 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.04 |
| HSL | 33.33º | 0.31% | 0.94% | - |
| HSV(B) | 33.33º | 0.04% | 0.96% | - |
| XYZ | 84.25 | 88.38 | 91.98 | - |
| YUV | 241.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 236 | 0 | 0.02 | 0.04 | 0.04 | 33.33 | 0.31 | 0.94 |
| Hex | F5 | F1 | EC | 0 | 2 | 4 | 4 | 21 | 1F | 5E |
| Octal | 365 | 361 | 354 | 0 | 2 | 4 | 4 | 41 | 37 | 136 |
| Binary | 11110101 | 11110001 | 11101100 | 0 | 10 | 100 | 100 | 100001 | 11111 | 1011110 |
Color Harmonies of #F5F1EC
Complementary color
Monochromatic Colors of #F5F1EC
Black with #F5F1EC
Text Example
Text Example
White with #F5F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1EC; }
p { color: rgb(245,241,236); }
H1.HeaderClassName
{
color: #F5F1EC;
}
.AnyTagClassName
{
color: #F5F1EC;
}
</style>
background-color css
<style>
a { background-color: #F5F1EC; }
a { background-color: rgb(245,241,236); }
div.DivClassName
{
background-color: #F5F1EC;
}
.BgClassName
{
background-color: #F5F1EC;
}
</style>
border-color css
<style>
span { border-color: #F5F1EC; }
span { border-color: rgb(245,241,236); }
td.TdClassName
{
border-color: #F5F1EC;
}
.TagClassName
{
border-color: #F5F1EC;
}
</style>