Shades of Linen #F8EEE4
Tints of Linen #F8EEE4
RGB
CMYK
RGB Variations
Color information
#F8EEE4 (or 0xF8EEE4) is known color: Linen. HEX triplet: F8, EE and E4. RGB value is (248,238,228). Sum of RGB (Red+Green+Blue) = 248+238+228=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 228 (89.45% from 255 or 31.93% from 714); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EEE4 is #07111B. Grayscale: #EFEFEF. Windows color (decimal): -463132 or 15003384. OLE color: 15003384.
HSL color Cylindrical-coordinate representation of color #F8EEE4: hue angle of 30º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8EEE4 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 228 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.03 |
| HSL | 30º | 0.59% | 0.93% | - |
| HSV(B) | 30º | 0.08% | 0.97% | - |
| XYZ | 83.29 | 86.71 | 85.75 | - |
| YUV | 239.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 228 | 0 | 0.04 | 0.08 | 0.03 | 30 | 0.59 | 0.93 |
| Hex | F8 | EE | E4 | 0 | 4 | 8 | 3 | 1E | 3B | 5D |
| Octal | 370 | 356 | 344 | 0 | 4 | 10 | 3 | 36 | 73 | 135 |
| Binary | 11111000 | 11101110 | 11100100 | 0 | 100 | 1000 | 11 | 11110 | 111011 | 1011101 |
Color Harmonies of #F8EEE4
Complementary color
Monochromatic Colors of #F8EEE4
Black with #F8EEE4
Text Example
Text Example
White with #F8EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEE4; }
p { color: rgb(248,238,228); }
H1.HeaderClassName
{
color: #F8EEE4;
}
.AnyTagClassName
{
color: #F8EEE4;
}
</style>
background-color css
<style>
a { background-color: #F8EEE4; }
a { background-color: rgb(248,238,228); }
div.DivClassName
{
background-color: #F8EEE4;
}
.BgClassName
{
background-color: #F8EEE4;
}
</style>
border-color css
<style>
span { border-color: #F8EEE4; }
span { border-color: rgb(248,238,228); }
td.TdClassName
{
border-color: #F8EEE4;
}
.TagClassName
{
border-color: #F8EEE4;
}
</style>