Shades of Linen #F9EFE6
Tints of Linen #F9EFE6
RGB
CMYK
RGB Variations
Color information
#F9EFE6 (or 0xF9EFE6) is known color: Linen. HEX triplet: F9, EF and E6. RGB value is (249,239,230). Sum of RGB (Red+Green+Blue) = 249+239+230=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFE6 is #061019. Grayscale: #F1F1F1. Windows color (decimal): -397338 or 15134713. OLE color: 15134713.
HSL color Cylindrical-coordinate representation of color #F9EFE6: hue angle of 28.42º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F9EFE6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 230 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.02 |
| HSL | 28.42º | 0.61% | 0.94% | - |
| HSV(B) | 28.42º | 0.08% | 0.98% | - |
| XYZ | 84.22 | 87.59 | 87.33 | - |
| YUV | 240.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 230 | 0 | 0.04 | 0.08 | 0.02 | 28.42 | 0.61 | 0.94 |
| Hex | F9 | EF | E6 | 0 | 4 | 8 | 2 | 1C | 3D | 5E |
| Octal | 371 | 357 | 346 | 0 | 4 | 10 | 2 | 34 | 75 | 136 |
| Binary | 11111001 | 11101111 | 11100110 | 0 | 100 | 1000 | 10 | 11100 | 111101 | 1011110 |
Color Harmonies of #F9EFE6
Complementary color
Monochromatic Colors of #F9EFE6
Black with #F9EFE6
Text Example
Text Example
White with #F9EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFE6; }
p { color: rgb(249,239,230); }
H1.HeaderClassName
{
color: #F9EFE6;
}
.AnyTagClassName
{
color: #F9EFE6;
}
</style>
background-color css
<style>
a { background-color: #F9EFE6; }
a { background-color: rgb(249,239,230); }
div.DivClassName
{
background-color: #F9EFE6;
}
.BgClassName
{
background-color: #F9EFE6;
}
</style>
border-color css
<style>
span { border-color: #F9EFE6; }
span { border-color: rgb(249,239,230); }
td.TdClassName
{
border-color: #F9EFE6;
}
.TagClassName
{
border-color: #F9EFE6;
}
</style>