Shades of Linen #FEEFE0
Tints of Linen #FEEFE0
RGB
CMYK
RGB Variations
Color information
#FEEFE0 (or 0xFEEFE0) is known color: Linen. HEX triplet: FE, EF and E0. RGB value is (254,239,224). Sum of RGB (Red+Green+Blue) = 254+239+224=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFE0 is #01101F. Grayscale: #F1F1F1. Windows color (decimal): -69664 or 14741502. OLE color: 14741502.
HSL color Cylindrical-coordinate representation of color #FEEFE0: hue angle of 30º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEFE0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 224 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.00 |
| HSL | 30º | 0.94% | 0.94% | - |
| HSV(B) | 30º | 0.12% | 1% | - |
| XYZ | 85.19 | 88.19 | 83.05 | - |
| YUV | 241.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 224 | 0 | 0.06 | 0.12 | 0.00 | 30 | 0.94 | 0.94 |
| Hex | FE | EF | E0 | 0 | 6 | C | 0 | 1E | 5E | 5E |
| Octal | 376 | 357 | 340 | 0 | 6 | 14 | 0 | 36 | 136 | 136 |
| Binary | 11111110 | 11101111 | 11100000 | 0 | 110 | 1100 | 0 | 11110 | 1011110 | 1011110 |
Color Harmonies of #FEEFE0
Complementary color
Monochromatic Colors of #FEEFE0
Black with #FEEFE0
Text Example
Text Example
White with #FEEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFE0; }
p { color: rgb(254,239,224); }
H1.HeaderClassName
{
color: #FEEFE0;
}
.AnyTagClassName
{
color: #FEEFE0;
}
</style>
background-color css
<style>
a { background-color: #FEEFE0; }
a { background-color: rgb(254,239,224); }
div.DivClassName
{
background-color: #FEEFE0;
}
.BgClassName
{
background-color: #FEEFE0;
}
</style>
border-color css
<style>
span { border-color: #FEEFE0; }
span { border-color: rgb(254,239,224); }
td.TdClassName
{
border-color: #FEEFE0;
}
.TagClassName
{
border-color: #FEEFE0;
}
</style>