Shades of Linen #FEF1E5
Tints of Linen #FEF1E5
RGB
CMYK
RGB Variations
Color information
#FEF1E5 (or 0xFEF1E5) is known color: Linen. HEX triplet: FE, F1 and E5. RGB value is (254,241,229). Sum of RGB (Red+Green+Blue) = 254+241+229=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 229 (89.84% from 255 or 31.63% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1E5 is #010E1A. Grayscale: #F3F3F3. Windows color (decimal): -69147 or 15069694. OLE color: 15069694.
HSL color Cylindrical-coordinate representation of color #FEF1E5: hue angle of 28.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF1E5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 229 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.00 |
| HSL | 28.8º | 0.93% | 0.95% | - |
| HSV(B) | 28.8º | 0.1% | 1% | - |
| XYZ | 86.47 | 89.64 | 86.87 | - |
| YUV | 243.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 229 | 0 | 0.05 | 0.10 | 0.00 | 28.8 | 0.93 | 0.95 |
| Hex | FE | F1 | E5 | 0 | 5 | A | 0 | 1D | 5D | 5F |
| Octal | 376 | 361 | 345 | 0 | 5 | 12 | 0 | 35 | 135 | 137 |
| Binary | 11111110 | 11110001 | 11100101 | 0 | 101 | 1010 | 0 | 11101 | 1011101 | 1011111 |
Color Harmonies of #FEF1E5
Complementary color
Monochromatic Colors of #FEF1E5
Black with #FEF1E5
Text Example
Text Example
White with #FEF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1E5; }
p { color: rgb(254,241,229); }
H1.HeaderClassName
{
color: #FEF1E5;
}
.AnyTagClassName
{
color: #FEF1E5;
}
</style>
background-color css
<style>
a { background-color: #FEF1E5; }
a { background-color: rgb(254,241,229); }
div.DivClassName
{
background-color: #FEF1E5;
}
.BgClassName
{
background-color: #FEF1E5;
}
</style>
border-color css
<style>
span { border-color: #FEF1E5; }
span { border-color: rgb(254,241,229); }
td.TdClassName
{
border-color: #FEF1E5;
}
.TagClassName
{
border-color: #FEF1E5;
}
</style>