Shades of Linen #FEF3E8
Tints of Linen #FEF3E8
RGB
CMYK
RGB Variations
Color information
#FEF3E8 (or 0xFEF3E8) is known color: Linen. HEX triplet: FE, F3 and E8. RGB value is (254,243,232). Sum of RGB (Red+Green+Blue) = 254+243+232=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 243 (95.31% from 255 or 33.33% from 729); Blue value is 232 (91.02% from 255 or 31.82% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3E8 is #010C17. Grayscale: #F5F5F5. Windows color (decimal): -68632 or 15266814. OLE color: 15266814.
HSL color Cylindrical-coordinate representation of color #FEF3E8: hue angle of 30º 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 #FEF3E8 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 232 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.00 |
| HSL | 30º | 0.92% | 0.95% | - |
| HSV(B) | 30º | 0.09% | 1% | - |
| XYZ | 87.49 | 91 | 89.3 | - |
| YUV | 245.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 232 | 0 | 0.04 | 0.09 | 0.00 | 30 | 0.92 | 0.95 |
| Hex | FE | F3 | E8 | 0 | 4 | 9 | 0 | 1E | 5C | 5F |
| Octal | 376 | 363 | 350 | 0 | 4 | 11 | 0 | 36 | 134 | 137 |
| Binary | 11111110 | 11110011 | 11101000 | 0 | 100 | 1001 | 0 | 11110 | 1011100 | 1011111 |
Color Harmonies of #FEF3E8
Complementary color
Monochromatic Colors of #FEF3E8
Black with #FEF3E8
Text Example
Text Example
White with #FEF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3E8; }
p { color: rgb(254,243,232); }
H1.HeaderClassName
{
color: #FEF3E8;
}
.AnyTagClassName
{
color: #FEF3E8;
}
</style>
background-color css
<style>
a { background-color: #FEF3E8; }
a { background-color: rgb(254,243,232); }
div.DivClassName
{
background-color: #FEF3E8;
}
.BgClassName
{
background-color: #FEF3E8;
}
</style>
border-color css
<style>
span { border-color: #FEF3E8; }
span { border-color: rgb(254,243,232); }
td.TdClassName
{
border-color: #FEF3E8;
}
.TagClassName
{
border-color: #FEF3E8;
}
</style>