Shades of Linen #FEEFE2
Tints of Linen #FEEFE2
RGB
CMYK
RGB Variations
Color information
#FEEFE2 (or 0xFEEFE2) is known color: Linen. HEX triplet: FE, EF and E2. RGB value is (254,239,226). Sum of RGB (Red+Green+Blue) = 254+239+226=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 226 (88.67% from 255 or 31.43% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFE2 is #01101D. Grayscale: #F2F2F2. Windows color (decimal): -69662 or 14872574. OLE color: 14872574.
HSL color Cylindrical-coordinate representation of color #FEEFE2: hue angle of 27.86º 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 #FEEFE2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 226 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.00 |
| HSL | 27.86º | 0.93% | 0.94% | - |
| HSV(B) | 27.86º | 0.11% | 1% | - |
| XYZ | 85.47 | 88.29 | 84.49 | - |
| YUV | 242 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 226 | 0 | 0.06 | 0.11 | 0.00 | 27.86 | 0.93 | 0.94 |
| Hex | FE | EF | E2 | 0 | 6 | B | 0 | 1C | 5D | 5E |
| Octal | 376 | 357 | 342 | 0 | 6 | 13 | 0 | 34 | 135 | 136 |
| Binary | 11111110 | 11101111 | 11100010 | 0 | 110 | 1011 | 0 | 11100 | 1011101 | 1011110 |
Color Harmonies of #FEEFE2
Complementary color
Monochromatic Colors of #FEEFE2
Black with #FEEFE2
Text Example
Text Example
White with #FEEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFE2; }
p { color: rgb(254,239,226); }
H1.HeaderClassName
{
color: #FEEFE2;
}
.AnyTagClassName
{
color: #FEEFE2;
}
</style>
background-color css
<style>
a { background-color: #FEEFE2; }
a { background-color: rgb(254,239,226); }
div.DivClassName
{
background-color: #FEEFE2;
}
.BgClassName
{
background-color: #FEEFE2;
}
</style>
border-color css
<style>
span { border-color: #FEEFE2; }
span { border-color: rgb(254,239,226); }
td.TdClassName
{
border-color: #FEEFE2;
}
.TagClassName
{
border-color: #FEEFE2;
}
</style>