Shades of Linen #FEF2E7
Tints of Linen #FEF2E7
RGB
CMYK
RGB Variations
Color information
#FEF2E7 (or 0xFEF2E7) is known color: Linen. HEX triplet: FE, F2 and E7. RGB value is (254,242,231). Sum of RGB (Red+Green+Blue) = 254+242+231=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 231 (90.62% from 255 or 31.77% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2E7 is #010D18. Grayscale: #F4F4F4. Windows color (decimal): -68889 or 15201022. OLE color: 15201022.
HSL color Cylindrical-coordinate representation of color #FEF2E7: hue angle of 28.7º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEF2E7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 231 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.00 |
| HSL | 28.7º | 0.92% | 0.95% | - |
| HSV(B) | 28.7º | 0.09% | 1% | - |
| XYZ | 87.05 | 90.34 | 88.45 | - |
| YUV | 244.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 231 | 0 | 0.05 | 0.09 | 0.00 | 28.7 | 0.92 | 0.95 |
| Hex | FE | F2 | E7 | 0 | 5 | 9 | 0 | 1D | 5C | 5F |
| Octal | 376 | 362 | 347 | 0 | 5 | 11 | 0 | 35 | 134 | 137 |
| Binary | 11111110 | 11110010 | 11100111 | 0 | 101 | 1001 | 0 | 11101 | 1011100 | 1011111 |
Color Harmonies of #FEF2E7
Complementary color
Monochromatic Colors of #FEF2E7
Black with #FEF2E7
Text Example
Text Example
White with #FEF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2E7; }
p { color: rgb(254,242,231); }
H1.HeaderClassName
{
color: #FEF2E7;
}
.AnyTagClassName
{
color: #FEF2E7;
}
</style>
background-color css
<style>
a { background-color: #FEF2E7; }
a { background-color: rgb(254,242,231); }
div.DivClassName
{
background-color: #FEF2E7;
}
.BgClassName
{
background-color: #FEF2E7;
}
</style>
border-color css
<style>
span { border-color: #FEF2E7; }
span { border-color: rgb(254,242,231); }
td.TdClassName
{
border-color: #FEF2E7;
}
.TagClassName
{
border-color: #FEF2E7;
}
</style>