Shades of Linen #F9F0E3
Tints of Linen #F9F0E3
RGB
CMYK
RGB Variations
Color information
#F9F0E3 (or 0xF9F0E3) is known color: Linen. HEX triplet: F9, F0 and E3. RGB value is (249,240,227). Sum of RGB (Red+Green+Blue) = 249+240+227=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 227 (89.06% from 255 or 31.70% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0E3 is #060F1C. Grayscale: #F1F1F1. Windows color (decimal): -397085 or 14938361. OLE color: 14938361.
HSL color Cylindrical-coordinate representation of color #F9F0E3: hue angle of 35.45º degrees, saturation: 0.65, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9F0E3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 227 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.02 |
| HSL | 35.45º | 0.65% | 0.93% | - |
| HSV(B) | 35.45º | 0.09% | 0.98% | - |
| XYZ | 84.09 | 88.01 | 85.23 | - |
| YUV | 241.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 227 | 0 | 0.04 | 0.09 | 0.02 | 35.45 | 0.65 | 0.93 |
| Hex | F9 | F0 | E3 | 0 | 4 | 9 | 2 | 23 | 41 | 5D |
| Octal | 371 | 360 | 343 | 0 | 4 | 11 | 2 | 43 | 101 | 135 |
| Binary | 11111001 | 11110000 | 11100011 | 0 | 100 | 1001 | 10 | 100011 | 1000001 | 1011101 |
Color Harmonies of #F9F0E3
Complementary color
Monochromatic Colors of #F9F0E3
Black with #F9F0E3
Text Example
Text Example
White with #F9F0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0E3; }
p { color: rgb(249,240,227); }
H1.HeaderClassName
{
color: #F9F0E3;
}
.AnyTagClassName
{
color: #F9F0E3;
}
</style>
background-color css
<style>
a { background-color: #F9F0E3; }
a { background-color: rgb(249,240,227); }
div.DivClassName
{
background-color: #F9F0E3;
}
.BgClassName
{
background-color: #F9F0E3;
}
</style>
border-color css
<style>
span { border-color: #F9F0E3; }
span { border-color: rgb(249,240,227); }
td.TdClassName
{
border-color: #F9F0E3;
}
.TagClassName
{
border-color: #F9F0E3;
}
</style>