Shades of Linen #FEF1E3
Tints of Linen #FEF1E3
RGB
CMYK
RGB Variations
Color information
#FEF1E3 (or 0xFEF1E3) is known color: Linen. HEX triplet: FE, F1 and E3. RGB value is (254,241,227). Sum of RGB (Red+Green+Blue) = 254+241+227=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 227 (89.06% from 255 or 31.44% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1E3 is #010E1C. Grayscale: #F3F3F3. Windows color (decimal): -69149 or 14938622. OLE color: 14938622.
HSL color Cylindrical-coordinate representation of color #FEF1E3: hue angle of 31.11º 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 #FEF1E3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 227 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.00 |
| HSL | 31.11º | 0.93% | 0.94% | - |
| HSV(B) | 31.11º | 0.11% | 1% | - |
| XYZ | 86.19 | 89.53 | 85.41 | - |
| YUV | 243.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 227 | 0 | 0.05 | 0.11 | 0.00 | 31.11 | 0.93 | 0.94 |
| Hex | FE | F1 | E3 | 0 | 5 | B | 0 | 1F | 5D | 5E |
| Octal | 376 | 361 | 343 | 0 | 5 | 13 | 0 | 37 | 135 | 136 |
| Binary | 11111110 | 11110001 | 11100011 | 0 | 101 | 1011 | 0 | 11111 | 1011101 | 1011110 |
Color Harmonies of #FEF1E3
Complementary color
Monochromatic Colors of #FEF1E3
Black with #FEF1E3
Text Example
Text Example
White with #FEF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1E3; }
p { color: rgb(254,241,227); }
H1.HeaderClassName
{
color: #FEF1E3;
}
.AnyTagClassName
{
color: #FEF1E3;
}
</style>
background-color css
<style>
a { background-color: #FEF1E3; }
a { background-color: rgb(254,241,227); }
div.DivClassName
{
background-color: #FEF1E3;
}
.BgClassName
{
background-color: #FEF1E3;
}
</style>
border-color css
<style>
span { border-color: #FEF1E3; }
span { border-color: rgb(254,241,227); }
td.TdClassName
{
border-color: #FEF1E3;
}
.TagClassName
{
border-color: #FEF1E3;
}
</style>