Shades of Linen #F4F1ED
Tints of Linen #F4F1ED
RGB
CMYK
RGB Variations
Color information
#F4F1ED (or 0xF4F1ED) is known color: Linen. HEX triplet: F4, F1 and ED. RGB value is (244,241,237). Sum of RGB (Red+Green+Blue) = 244+241+237=722 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.80% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F1ED is #0B0E12. Grayscale: #F1F1F1. Windows color (decimal): -724499 or 15593972. OLE color: 15593972.
HSL color Cylindrical-coordinate representation of color #F4F1ED: hue angle of 34.29º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4F1ED is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 241 | 237 | - |
CMYK | 0 | 0.01 | 0.03 | 0.04 |
HSL | 34.29º | 0.24% | 0.94% | - |
HSV(B) | 34.29º | 0.03% | 0.96% | - |
XYZ | 84.05 | 88.26 | 92.73 | - |
YUV | 241.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 241 | 237 | 0 | 0.01 | 0.03 | 0.04 | 34.29 | 0.24 | 0.94 |
Hex | F4 | F1 | ED | 0 | 1 | 3 | 4 | 22 | 18 | 5E |
Octal | 364 | 361 | 355 | 0 | 1 | 3 | 4 | 42 | 30 | 136 |
Binary | 11110100 | 11110001 | 11101101 | 0 | 1 | 11 | 100 | 100010 | 11000 | 1011110 |
Color Harmonies of #F4F1ED
Complementary color
Monochromatic Colors of #F4F1ED
Black with #F4F1ED
Text Example
Text Example
White with #F4F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F1ED; }
p { color: rgb(244,241,237); }
H1.HeaderClassName
{
color: #F4F1ED;
}
.AnyTagClassName
{
color: #F4F1ED;
}
</style>
background-color css
<style>
a { background-color: #F4F1ED; }
a { background-color: rgb(244,241,237); }
div.DivClassName
{
background-color: #F4F1ED;
}
.BgClassName
{
background-color: #F4F1ED;
}
</style>
border-color css
<style>
span { border-color: #F4F1ED; }
span { border-color: rgb(244,241,237); }
td.TdClassName
{
border-color: #F4F1ED;
}
.TagClassName
{
border-color: #F4F1ED;
}
</style>