Shades of Linen #F7EFE6
Tints of Linen #F7EFE6
RGB
CMYK
RGB Variations
Color information
#F7EFE6 (or 0xF7EFE6) is known color: Linen. HEX triplet: F7, EF and E6. RGB value is (247,239,230). Sum of RGB (Red+Green+Blue) = 247+239+230=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFE6 is #081019. Grayscale: #F0F0F0. Windows color (decimal): -528410 or 15134711. OLE color: 15134711.
HSL color Cylindrical-coordinate representation of color #F7EFE6: hue angle of 31.76º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7EFE6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 239 | 230 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.03 |
| HSL | 31.76º | 0.52% | 0.94% | - |
| HSV(B) | 31.76º | 0.07% | 0.97% | - |
| XYZ | 83.51 | 87.22 | 87.3 | - |
| YUV | 240.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 239 | 230 | 0 | 0.03 | 0.07 | 0.03 | 31.76 | 0.52 | 0.94 |
| Hex | F7 | EF | E6 | 0 | 3 | 7 | 3 | 20 | 34 | 5E |
| Octal | 367 | 357 | 346 | 0 | 3 | 7 | 3 | 40 | 64 | 136 |
| Binary | 11110111 | 11101111 | 11100110 | 0 | 11 | 111 | 11 | 100000 | 110100 | 1011110 |
Color Harmonies of #F7EFE6
Complementary color
Monochromatic Colors of #F7EFE6
Black with #F7EFE6
Text Example
Text Example
White with #F7EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EFE6; }
p { color: rgb(247,239,230); }
H1.HeaderClassName
{
color: #F7EFE6;
}
.AnyTagClassName
{
color: #F7EFE6;
}
</style>
background-color css
<style>
a { background-color: #F7EFE6; }
a { background-color: rgb(247,239,230); }
div.DivClassName
{
background-color: #F7EFE6;
}
.BgClassName
{
background-color: #F7EFE6;
}
</style>
border-color css
<style>
span { border-color: #F7EFE6; }
span { border-color: rgb(247,239,230); }
td.TdClassName
{
border-color: #F7EFE6;
}
.TagClassName
{
border-color: #F7EFE6;
}
</style>