Shades of Linen #F6EDE5
Tints of Linen #F6EDE5
RGB
CMYK
RGB Variations
Color information
#F6EDE5 (or 0xF6EDE5) is known color: Linen. HEX triplet: F6, ED and E5. RGB value is (246,237,229). Sum of RGB (Red+Green+Blue) = 246+237+229=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDE5 is #09121A. Grayscale: #EEEEEE. Windows color (decimal): -594459 or 15068662. OLE color: 15068662.
HSL color Cylindrical-coordinate representation of color #F6EDE5: hue angle of 28.24º degrees, saturation: 0.49, 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 #F6EDE5 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 229 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.04 |
| HSL | 28.24º | 0.49% | 0.93% | - |
| HSV(B) | 28.24º | 0.07% | 0.96% | - |
| XYZ | 82.43 | 85.82 | 86.35 | - |
| YUV | 238.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 229 | 0 | 0.04 | 0.07 | 0.04 | 28.24 | 0.49 | 0.93 |
| Hex | F6 | ED | E5 | 0 | 4 | 7 | 4 | 1C | 31 | 5D |
| Octal | 366 | 355 | 345 | 0 | 4 | 7 | 4 | 34 | 61 | 135 |
| Binary | 11110110 | 11101101 | 11100101 | 0 | 100 | 111 | 100 | 11100 | 110001 | 1011101 |
Color Harmonies of #F6EDE5
Complementary color
Monochromatic Colors of #F6EDE5
Black with #F6EDE5
Text Example
Text Example
White with #F6EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDE5; }
p { color: rgb(246,237,229); }
H1.HeaderClassName
{
color: #F6EDE5;
}
.AnyTagClassName
{
color: #F6EDE5;
}
</style>
background-color css
<style>
a { background-color: #F6EDE5; }
a { background-color: rgb(246,237,229); }
div.DivClassName
{
background-color: #F6EDE5;
}
.BgClassName
{
background-color: #F6EDE5;
}
</style>
border-color css
<style>
span { border-color: #F6EDE5; }
span { border-color: rgb(246,237,229); }
td.TdClassName
{
border-color: #F6EDE5;
}
.TagClassName
{
border-color: #F6EDE5;
}
</style>