Shades of Linen #FEF2E4
Tints of Linen #FEF2E4
RGB
CMYK
RGB Variations
Color information
#FEF2E4 (or 0xFEF2E4) is known color: Linen. HEX triplet: FE, F2 and E4. RGB value is (254,242,228). Sum of RGB (Red+Green+Blue) = 254+242+228=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 228 (89.45% from 255 or 31.49% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2E4 is #010D1B. Grayscale: #F4F4F4. Windows color (decimal): -68892 or 15004414. OLE color: 15004414.
HSL color Cylindrical-coordinate representation of color #FEF2E4: hue angle of 32.31º 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 #FEF2E4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 228 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.00 |
| HSL | 32.31º | 0.93% | 0.95% | - |
| HSV(B) | 32.31º | 0.1% | 1% | - |
| XYZ | 86.63 | 90.18 | 86.24 | - |
| YUV | 243.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 228 | 0 | 0.05 | 0.10 | 0.00 | 32.31 | 0.93 | 0.95 |
| Hex | FE | F2 | E4 | 0 | 5 | A | 0 | 20 | 5D | 5F |
| Octal | 376 | 362 | 344 | 0 | 5 | 12 | 0 | 40 | 135 | 137 |
| Binary | 11111110 | 11110010 | 11100100 | 0 | 101 | 1010 | 0 | 100000 | 1011101 | 1011111 |
Color Harmonies of #FEF2E4
Complementary color
Monochromatic Colors of #FEF2E4
Black with #FEF2E4
Text Example
Text Example
White with #FEF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2E4; }
p { color: rgb(254,242,228); }
H1.HeaderClassName
{
color: #FEF2E4;
}
.AnyTagClassName
{
color: #FEF2E4;
}
</style>
background-color css
<style>
a { background-color: #FEF2E4; }
a { background-color: rgb(254,242,228); }
div.DivClassName
{
background-color: #FEF2E4;
}
.BgClassName
{
background-color: #FEF2E4;
}
</style>
border-color css
<style>
span { border-color: #FEF2E4; }
span { border-color: rgb(254,242,228); }
td.TdClassName
{
border-color: #FEF2E4;
}
.TagClassName
{
border-color: #FEF2E4;
}
</style>