Shades of Linen #F8EEE2
Tints of Linen #F8EEE2
RGB
CMYK
RGB Variations
Color information
#F8EEE2 (or 0xF8EEE2) is known color: Linen. HEX triplet: F8, EE and E2. RGB value is (248,238,226). Sum of RGB (Red+Green+Blue) = 248+238+226=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 226 (88.67% from 255 or 31.74% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EEE2 is #07111D. Grayscale: #EFEFEF. Windows color (decimal): -463134 or 14872312. OLE color: 14872312.
HSL color Cylindrical-coordinate representation of color #F8EEE2: hue angle of 32.73º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8EEE2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 226 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.03 |
| HSL | 32.73º | 0.61% | 0.93% | - |
| HSV(B) | 32.73º | 0.09% | 0.97% | - |
| XYZ | 83.01 | 86.6 | 84.29 | - |
| YUV | 239.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 226 | 0 | 0.04 | 0.09 | 0.03 | 32.73 | 0.61 | 0.93 |
| Hex | F8 | EE | E2 | 0 | 4 | 9 | 3 | 21 | 3D | 5D |
| Octal | 370 | 356 | 342 | 0 | 4 | 11 | 3 | 41 | 75 | 135 |
| Binary | 11111000 | 11101110 | 11100010 | 0 | 100 | 1001 | 11 | 100001 | 111101 | 1011101 |
Color Harmonies of #F8EEE2
Complementary color
Monochromatic Colors of #F8EEE2
Black with #F8EEE2
Text Example
Text Example
White with #F8EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEE2; }
p { color: rgb(248,238,226); }
H1.HeaderClassName
{
color: #F8EEE2;
}
.AnyTagClassName
{
color: #F8EEE2;
}
</style>
background-color css
<style>
a { background-color: #F8EEE2; }
a { background-color: rgb(248,238,226); }
div.DivClassName
{
background-color: #F8EEE2;
}
.BgClassName
{
background-color: #F8EEE2;
}
</style>
border-color css
<style>
span { border-color: #F8EEE2; }
span { border-color: rgb(248,238,226); }
td.TdClassName
{
border-color: #F8EEE2;
}
.TagClassName
{
border-color: #F8EEE2;
}
</style>