Shades of Linen #F6EEE5
Tints of Linen #F6EEE5
RGB
CMYK
RGB Variations
Color information
#F6EEE5 (or 0xF6EEE5) is known color: Linen. HEX triplet: F6, EE and E5. RGB value is (246,238,229). Sum of RGB (Red+Green+Blue) = 246+238+229=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EEE5 is #09111A. Grayscale: #EFEFEF. Windows color (decimal): -594203 or 15068918. OLE color: 15068918.
HSL color Cylindrical-coordinate representation of color #F6EEE5: hue angle of 31.76º 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 #F6EEE5 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 229 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.04 |
| HSL | 31.76º | 0.49% | 0.93% | - |
| HSV(B) | 31.76º | 0.07% | 0.96% | - |
| XYZ | 82.72 | 86.4 | 86.45 | - |
| YUV | 239.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 229 | 0 | 0.03 | 0.07 | 0.04 | 31.76 | 0.49 | 0.93 |
| Hex | F6 | EE | E5 | 0 | 3 | 7 | 4 | 20 | 31 | 5D |
| Octal | 366 | 356 | 345 | 0 | 3 | 7 | 4 | 40 | 61 | 135 |
| Binary | 11110110 | 11101110 | 11100101 | 0 | 11 | 111 | 100 | 100000 | 110001 | 1011101 |
Color Harmonies of #F6EEE5
Complementary color
Monochromatic Colors of #F6EEE5
Black with #F6EEE5
Text Example
Text Example
White with #F6EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EEE5; }
p { color: rgb(246,238,229); }
H1.HeaderClassName
{
color: #F6EEE5;
}
.AnyTagClassName
{
color: #F6EEE5;
}
</style>
background-color css
<style>
a { background-color: #F6EEE5; }
a { background-color: rgb(246,238,229); }
div.DivClassName
{
background-color: #F6EEE5;
}
.BgClassName
{
background-color: #F6EEE5;
}
</style>
border-color css
<style>
span { border-color: #F6EEE5; }
span { border-color: rgb(246,238,229); }
td.TdClassName
{
border-color: #F6EEE5;
}
.TagClassName
{
border-color: #F6EEE5;
}
</style>