Shades of Linen #F6EDE4
Tints of Linen #F6EDE4
RGB
CMYK
RGB Variations
Color information
#F6EDE4 (or 0xF6EDE4) is known color: Linen. HEX triplet: F6, ED and E4. RGB value is (246,237,228). Sum of RGB (Red+Green+Blue) = 246+237+228=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDE4 is #09121B. Grayscale: #EEEEEE. Windows color (decimal): -594460 or 15003126. OLE color: 15003126.
HSL color Cylindrical-coordinate representation of color #F6EDE4: hue angle of 30º degrees, saturation: 0.5, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6EDE4 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 228 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.04 |
| HSL | 30º | 0.5% | 0.93% | - |
| HSV(B) | 30º | 0.07% | 0.96% | - |
| XYZ | 82.29 | 85.76 | 85.62 | - |
| YUV | 238.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 228 | 0 | 0.04 | 0.07 | 0.04 | 30 | 0.5 | 0.93 |
| Hex | F6 | ED | E4 | 0 | 4 | 7 | 4 | 1E | 32 | 5D |
| Octal | 366 | 355 | 344 | 0 | 4 | 7 | 4 | 36 | 62 | 135 |
| Binary | 11110110 | 11101101 | 11100100 | 0 | 100 | 111 | 100 | 11110 | 110010 | 1011101 |
Color Harmonies of #F6EDE4
Complementary color
Monochromatic Colors of #F6EDE4
Black with #F6EDE4
Text Example
Text Example
White with #F6EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDE4; }
p { color: rgb(246,237,228); }
H1.HeaderClassName
{
color: #F6EDE4;
}
.AnyTagClassName
{
color: #F6EDE4;
}
</style>
background-color css
<style>
a { background-color: #F6EDE4; }
a { background-color: rgb(246,237,228); }
div.DivClassName
{
background-color: #F6EDE4;
}
.BgClassName
{
background-color: #F6EDE4;
}
</style>
border-color css
<style>
span { border-color: #F6EDE4; }
span { border-color: rgb(246,237,228); }
td.TdClassName
{
border-color: #F6EDE4;
}
.TagClassName
{
border-color: #F6EDE4;
}
</style>