Shades of Linen #F6EFE5
Tints of Linen #F6EFE5
RGB
CMYK
RGB Variations
Color information
#F6EFE5 (or 0xF6EFE5) is known color: Linen. HEX triplet: F6, EF and E5. RGB value is (246,239,229). Sum of RGB (Red+Green+Blue) = 246+239+229=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFE5 is #09101A. Grayscale: #F0F0F0. Windows color (decimal): -593947 or 15069174. OLE color: 15069174.
HSL color Cylindrical-coordinate representation of color #F6EFE5: hue angle of 35.29º 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 #F6EFE5 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 229 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.04 |
| HSL | 35.29º | 0.49% | 0.93% | - |
| HSV(B) | 35.29º | 0.07% | 0.96% | - |
| XYZ | 83.02 | 86.98 | 86.54 | - |
| YUV | 239.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 229 | 0 | 0.03 | 0.07 | 0.04 | 35.29 | 0.49 | 0.93 |
| Hex | F6 | EF | E5 | 0 | 3 | 7 | 4 | 23 | 31 | 5D |
| Octal | 366 | 357 | 345 | 0 | 3 | 7 | 4 | 43 | 61 | 135 |
| Binary | 11110110 | 11101111 | 11100101 | 0 | 11 | 111 | 100 | 100011 | 110001 | 1011101 |
Color Harmonies of #F6EFE5
Complementary color
Monochromatic Colors of #F6EFE5
Black with #F6EFE5
Text Example
Text Example
White with #F6EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFE5; }
p { color: rgb(246,239,229); }
H1.HeaderClassName
{
color: #F6EFE5;
}
.AnyTagClassName
{
color: #F6EFE5;
}
</style>
background-color css
<style>
a { background-color: #F6EFE5; }
a { background-color: rgb(246,239,229); }
div.DivClassName
{
background-color: #F6EFE5;
}
.BgClassName
{
background-color: #F6EFE5;
}
</style>
border-color css
<style>
span { border-color: #F6EFE5; }
span { border-color: rgb(246,239,229); }
td.TdClassName
{
border-color: #F6EFE5;
}
.TagClassName
{
border-color: #F6EFE5;
}
</style>