Shades of White Linen #F2ECE1
Tints of White Linen #F2ECE1
RGB
CMYK
RGB Variations
Color information
#F2ECE1 (or 0xF2ECE1) is known color: White Linen. HEX triplet: F2, EC and E1. RGB value is (242,236,225). Sum of RGB (Red+Green+Blue) = 242+236+225=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECE1 is #0D131E. Grayscale: #ECECEC. Windows color (decimal): -856863 or 14806258. OLE color: 14806258.
HSL color Cylindrical-coordinate representation of color #F2ECE1: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2ECE1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 225 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.05 |
| HSL | 38.82º | 0.4% | 0.92% | - |
| HSV(B) | 38.82º | 0.07% | 0.95% | - |
| XYZ | 80.2 | 84.3 | 83.28 | - |
| YUV | 236.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 225 | 0 | 0.02 | 0.07 | 0.05 | 38.82 | 0.4 | 0.92 |
| Hex | F2 | EC | E1 | 0 | 2 | 7 | 5 | 27 | 28 | 5C |
| Octal | 362 | 354 | 341 | 0 | 2 | 7 | 5 | 47 | 50 | 134 |
| Binary | 11110010 | 11101100 | 11100001 | 0 | 10 | 111 | 101 | 100111 | 101000 | 1011100 |
Color Harmonies of #F2ECE1
Complementary color
Monochromatic Colors of #F2ECE1
Black with #F2ECE1
Text Example
Text Example
White with #F2ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECE1; }
p { color: rgb(242,236,225); }
H1.HeaderClassName
{
color: #F2ECE1;
}
.AnyTagClassName
{
color: #F2ECE1;
}
</style>
background-color css
<style>
a { background-color: #F2ECE1; }
a { background-color: rgb(242,236,225); }
div.DivClassName
{
background-color: #F2ECE1;
}
.BgClassName
{
background-color: #F2ECE1;
}
</style>
border-color css
<style>
span { border-color: #F2ECE1; }
span { border-color: rgb(242,236,225); }
td.TdClassName
{
border-color: #F2ECE1;
}
.TagClassName
{
border-color: #F2ECE1;
}
</style>