Shades of Linen #F9EFE7
Tints of Linen #F9EFE7
RGB
CMYK
RGB Variations
Color information
#F9EFE7 (or 0xF9EFE7) is known color: Linen. HEX triplet: F9, EF and E7. RGB value is (249,239,231). Sum of RGB (Red+Green+Blue) = 249+239+231=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFE7 is #061018. Grayscale: #F1F1F1. Windows color (decimal): -397337 or 15200249. OLE color: 15200249.
HSL color Cylindrical-coordinate representation of color #F9EFE7: hue angle of 26.67º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F9EFE7 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 231 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.02 |
| HSL | 26.67º | 0.6% | 0.94% | - |
| HSV(B) | 26.67º | 0.07% | 0.98% | - |
| XYZ | 84.36 | 87.64 | 88.07 | - |
| YUV | 241.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 231 | 0 | 0.04 | 0.07 | 0.02 | 26.67 | 0.6 | 0.94 |
| Hex | F9 | EF | E7 | 0 | 4 | 7 | 2 | 1B | 3C | 5E |
| Octal | 371 | 357 | 347 | 0 | 4 | 7 | 2 | 33 | 74 | 136 |
| Binary | 11111001 | 11101111 | 11100111 | 0 | 100 | 111 | 10 | 11011 | 111100 | 1011110 |
Color Harmonies of #F9EFE7
Complementary color
Monochromatic Colors of #F9EFE7
Black with #F9EFE7
Text Example
Text Example
White with #F9EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFE7; }
p { color: rgb(249,239,231); }
H1.HeaderClassName
{
color: #F9EFE7;
}
.AnyTagClassName
{
color: #F9EFE7;
}
</style>
background-color css
<style>
a { background-color: #F9EFE7; }
a { background-color: rgb(249,239,231); }
div.DivClassName
{
background-color: #F9EFE7;
}
.BgClassName
{
background-color: #F9EFE7;
}
</style>
border-color css
<style>
span { border-color: #F9EFE7; }
span { border-color: rgb(249,239,231); }
td.TdClassName
{
border-color: #F9EFE7;
}
.TagClassName
{
border-color: #F9EFE7;
}
</style>