Shades of Linen #F6EDE3
Tints of Linen #F6EDE3
RGB
CMYK
RGB Variations
Color information
#F6EDE3 (or 0xF6EDE3) is known color: Linen. HEX triplet: F6, ED and E3. RGB value is (246,237,227). Sum of RGB (Red+Green+Blue) = 246+237+227=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 227 (89.06% from 255 or 31.97% from 710); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDE3 is #09121C. Grayscale: #EEEEEE. Windows color (decimal): -594461 or 14937590. OLE color: 14937590.
HSL color Cylindrical-coordinate representation of color #F6EDE3: hue angle of 31.58º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6EDE3 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 227 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.04 |
| HSL | 31.58º | 0.51% | 0.93% | - |
| HSV(B) | 31.58º | 0.08% | 0.96% | - |
| XYZ | 82.16 | 85.71 | 84.89 | - |
| YUV | 238.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 227 | 0 | 0.04 | 0.08 | 0.04 | 31.58 | 0.51 | 0.93 |
| Hex | F6 | ED | E3 | 0 | 4 | 8 | 4 | 20 | 33 | 5D |
| Octal | 366 | 355 | 343 | 0 | 4 | 10 | 4 | 40 | 63 | 135 |
| Binary | 11110110 | 11101101 | 11100011 | 0 | 100 | 1000 | 100 | 100000 | 110011 | 1011101 |
Color Harmonies of #F6EDE3
Complementary color
Monochromatic Colors of #F6EDE3
Black with #F6EDE3
Text Example
Text Example
White with #F6EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDE3; }
p { color: rgb(246,237,227); }
H1.HeaderClassName
{
color: #F6EDE3;
}
.AnyTagClassName
{
color: #F6EDE3;
}
</style>
background-color css
<style>
a { background-color: #F6EDE3; }
a { background-color: rgb(246,237,227); }
div.DivClassName
{
background-color: #F6EDE3;
}
.BgClassName
{
background-color: #F6EDE3;
}
</style>
border-color css
<style>
span { border-color: #F6EDE3; }
span { border-color: rgb(246,237,227); }
td.TdClassName
{
border-color: #F6EDE3;
}
.TagClassName
{
border-color: #F6EDE3;
}
</style>