Shades of Linen #FEF3E5
Tints of Linen #FEF3E5
RGB
CMYK
RGB Variations
Color information
#FEF3E5 (or 0xFEF3E5) is known color: Linen. HEX triplet: FE, F3 and E5. RGB value is (254,243,229). Sum of RGB (Red+Green+Blue) = 254+243+229=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 243 (95.31% from 255 or 33.47% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3E5 is #010C1A. Grayscale: #F4F4F4. Windows color (decimal): -68635 or 15070206. OLE color: 15070206.
HSL color Cylindrical-coordinate representation of color #FEF3E5: hue angle of 33.6º 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 #FEF3E5 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 229 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.00 |
| HSL | 33.6º | 0.93% | 0.95% | - |
| HSV(B) | 33.6º | 0.1% | 1% | - |
| XYZ | 87.07 | 90.83 | 87.07 | - |
| YUV | 244.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 229 | 0 | 0.04 | 0.10 | 0.00 | 33.6 | 0.93 | 0.95 |
| Hex | FE | F3 | E5 | 0 | 4 | A | 0 | 22 | 5D | 5F |
| Octal | 376 | 363 | 345 | 0 | 4 | 12 | 0 | 42 | 135 | 137 |
| Binary | 11111110 | 11110011 | 11100101 | 0 | 100 | 1010 | 0 | 100010 | 1011101 | 1011111 |
Color Harmonies of #FEF3E5
Complementary color
Monochromatic Colors of #FEF3E5
Black with #FEF3E5
Text Example
Text Example
White with #FEF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3E5; }
p { color: rgb(254,243,229); }
H1.HeaderClassName
{
color: #FEF3E5;
}
.AnyTagClassName
{
color: #FEF3E5;
}
</style>
background-color css
<style>
a { background-color: #FEF3E5; }
a { background-color: rgb(254,243,229); }
div.DivClassName
{
background-color: #FEF3E5;
}
.BgClassName
{
background-color: #FEF3E5;
}
</style>
border-color css
<style>
span { border-color: #FEF3E5; }
span { border-color: rgb(254,243,229); }
td.TdClassName
{
border-color: #FEF3E5;
}
.TagClassName
{
border-color: #FEF3E5;
}
</style>