Shades of Linen #FFF5EA
Tints of Linen #FFF5EA
RGB
CMYK
RGB Variations
Color information
#FFF5EA (or 0xFFF5EA) is known color: Linen. HEX triplet: FF, F5 and EA. RGB value is (255,245,234). Sum of RGB (Red+Green+Blue) = 255+245+234=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5EA is #000A15. Grayscale: #F6F6F6. Windows color (decimal): -2582 or 15398399. OLE color: 15398399.
HSL color Cylindrical-coordinate representation of color #FFF5EA: hue angle of 31.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFF5EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 234 | - |
| CMYK | 0 | 0.04 | 0.08 | 0 |
| HSL | 31.43º | 1% | 0.96% | - |
| HSV(B) | 31.43º | 0.08% | 1% | - |
| XYZ | 88.74 | 92.51 | 91.02 | - |
| YUV | 246.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 234 | 0 | 0.04 | 0.08 | 0 | 31.43 | 1 | 0.96 |
| Hex | FF | F5 | EA | 0 | 4 | 8 | 0 | 1F | 64 | 60 |
| Octal | 377 | 365 | 352 | 0 | 4 | 10 | 0 | 37 | 144 | 140 |
| Binary | 11111111 | 11110101 | 11101010 | 0 | 100 | 1000 | 0 | 11111 | 1100100 | 1100000 |
Color Harmonies of #FFF5EA
Complementary color
Monochromatic Colors of #FFF5EA
Black with #FFF5EA
Text Example
Text Example
White with #FFF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5EA; }
p { color: rgb(255,245,234); }
H1.HeaderClassName
{
color: #FFF5EA;
}
.AnyTagClassName
{
color: #FFF5EA;
}
</style>
background-color css
<style>
a { background-color: #FFF5EA; }
a { background-color: rgb(255,245,234); }
div.DivClassName
{
background-color: #FFF5EA;
}
.BgClassName
{
background-color: #FFF5EA;
}
</style>
border-color css
<style>
span { border-color: #FFF5EA; }
span { border-color: rgb(255,245,234); }
td.TdClassName
{
border-color: #FFF5EA;
}
.TagClassName
{
border-color: #FFF5EA;
}
</style>