Shades of Linen #FEF0E3
Tints of Linen #FEF0E3
RGB
CMYK
RGB Variations
Color information
#FEF0E3 (or 0xFEF0E3) is known color: Linen. HEX triplet: FE, F0 and E3. RGB value is (254,240,227). Sum of RGB (Red+Green+Blue) = 254+240+227=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 227 (89.06% from 255 or 31.48% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0E3 is #010F1C. Grayscale: #F2F2F2. Windows color (decimal): -69405 or 14938366. OLE color: 14938366.
HSL color Cylindrical-coordinate representation of color #FEF0E3: hue angle of 28.89º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEF0E3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 227 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.00 |
| HSL | 28.89º | 0.93% | 0.94% | - |
| HSV(B) | 28.89º | 0.11% | 1% | - |
| XYZ | 85.9 | 88.94 | 85.31 | - |
| YUV | 242.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 227 | 0 | 0.06 | 0.11 | 0.00 | 28.89 | 0.93 | 0.94 |
| Hex | FE | F0 | E3 | 0 | 6 | B | 0 | 1D | 5D | 5E |
| Octal | 376 | 360 | 343 | 0 | 6 | 13 | 0 | 35 | 135 | 136 |
| Binary | 11111110 | 11110000 | 11100011 | 0 | 110 | 1011 | 0 | 11101 | 1011101 | 1011110 |
Color Harmonies of #FEF0E3
Complementary color
Monochromatic Colors of #FEF0E3
Black with #FEF0E3
Text Example
Text Example
White with #FEF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0E3; }
p { color: rgb(254,240,227); }
H1.HeaderClassName
{
color: #FEF0E3;
}
.AnyTagClassName
{
color: #FEF0E3;
}
</style>
background-color css
<style>
a { background-color: #FEF0E3; }
a { background-color: rgb(254,240,227); }
div.DivClassName
{
background-color: #FEF0E3;
}
.BgClassName
{
background-color: #FEF0E3;
}
</style>
border-color css
<style>
span { border-color: #FEF0E3; }
span { border-color: rgb(254,240,227); }
td.TdClassName
{
border-color: #FEF0E3;
}
.TagClassName
{
border-color: #FEF0E3;
}
</style>