Shades of White Linen #F1ECE4
Tints of White Linen #F1ECE4
RGB
CMYK
RGB Variations
Color information
#F1ECE4 (or 0xF1ECE4) is known color: White Linen. HEX triplet: F1, EC and E4. RGB value is (241,236,228). Sum of RGB (Red+Green+Blue) = 241+236+228=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECE4 is #0E131B. Grayscale: #ECECEC. Windows color (decimal): -922396 or 15002865. OLE color: 15002865.
HSL color Cylindrical-coordinate representation of color #F1ECE4: hue angle of 36.92º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1ECE4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 236 | 228 | - |
CMYK | 0 | 0.02 | 0.05 | 0.05 |
HSL | 36.92º | 0.32% | 0.92% | - |
HSV(B) | 36.92º | 0.05% | 0.95% | - |
XYZ | 80.27 | 84.29 | 85.44 | - |
YUV | 236.58 | 123.16 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 236 | 228 | 0 | 0.02 | 0.05 | 0.05 | 36.92 | 0.32 | 0.92 |
Hex | F1 | EC | E4 | 0 | 2 | 5 | 5 | 25 | 20 | 5C |
Octal | 361 | 354 | 344 | 0 | 2 | 5 | 5 | 45 | 40 | 134 |
Binary | 11110001 | 11101100 | 11100100 | 0 | 10 | 101 | 101 | 100101 | 100000 | 1011100 |
Color Harmonies of #F1ECE4
Complementary color
Monochromatic Colors of #F1ECE4
Black with #F1ECE4
Text Example
Text Example
White with #F1ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECE4; }
p { color: rgb(241,236,228); }
H1.HeaderClassName
{
color: #F1ECE4;
}
.AnyTagClassName
{
color: #F1ECE4;
}
</style>
background-color css
<style>
a { background-color: #F1ECE4; }
a { background-color: rgb(241,236,228); }
div.DivClassName
{
background-color: #F1ECE4;
}
.BgClassName
{
background-color: #F1ECE4;
}
</style>
border-color css
<style>
span { border-color: #F1ECE4; }
span { border-color: rgb(241,236,228); }
td.TdClassName
{
border-color: #F1ECE4;
}
.TagClassName
{
border-color: #F1ECE4;
}
</style>