Shades of Linen #F3F0EC
Tints of Linen #F3F0EC
RGB
CMYK
RGB Variations
Color information
#F3F0EC (or 0xF3F0EC) is known color: Linen. HEX triplet: F3, F0 and EC. RGB value is (243,240,236). Sum of RGB (Red+Green+Blue) = 243+240+236=719 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.80% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0EC is #0C0F13. Grayscale: #F0F0F0. Windows color (decimal): -790292 or 15528179. OLE color: 15528179.
HSL color Cylindrical-coordinate representation of color #F3F0EC: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F3F0EC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 240 | 236 | - |
CMYK | 0 | 0.01 | 0.03 | 0.05 |
HSL | 34.29º | 0.23% | 0.94% | - |
HSV(B) | 34.29º | 0.03% | 0.95% | - |
XYZ | 83.26 | 87.43 | 91.84 | - |
YUV | 240.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 240 | 236 | 0 | 0.01 | 0.03 | 0.05 | 34.29 | 0.23 | 0.94 |
Hex | F3 | F0 | EC | 0 | 1 | 3 | 5 | 22 | 17 | 5E |
Octal | 363 | 360 | 354 | 0 | 1 | 3 | 5 | 42 | 27 | 136 |
Binary | 11110011 | 11110000 | 11101100 | 0 | 1 | 11 | 101 | 100010 | 10111 | 1011110 |
Color Harmonies of #F3F0EC
Complementary color
Monochromatic Colors of #F3F0EC
Black with #F3F0EC
Text Example
Text Example
White with #F3F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0EC; }
p { color: rgb(243,240,236); }
H1.HeaderClassName
{
color: #F3F0EC;
}
.AnyTagClassName
{
color: #F3F0EC;
}
</style>
background-color css
<style>
a { background-color: #F3F0EC; }
a { background-color: rgb(243,240,236); }
div.DivClassName
{
background-color: #F3F0EC;
}
.BgClassName
{
background-color: #F3F0EC;
}
</style>
border-color css
<style>
span { border-color: #F3F0EC; }
span { border-color: rgb(243,240,236); }
td.TdClassName
{
border-color: #F3F0EC;
}
.TagClassName
{
border-color: #F3F0EC;
}
</style>