Shades of Selago #F2ECF3
Tints of Selago #F2ECF3
RGB
CMYK
RGB Variations
Color information
#F2ECF3 (or 0xF2ECF3) is known color: Selago. HEX triplet: F2, EC and F3. RGB value is (242,236,243). Sum of RGB (Red+Green+Blue) = 242+236+243=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2ECF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECF3 is #0D130C. Grayscale: #EEEEEE. Windows color (decimal): -856845 or 15985906. OLE color: 15985906.
HSL color Cylindrical-coordinate representation of color #F2ECF3: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2ECF3 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 243 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.05 |
| HSL | 291.43º | 0.23% | 0.94% | - |
| HSV(B) | 291.43º | 0.03% | 0.95% | - |
| XYZ | 82.79 | 85.34 | 96.9 | - |
| YUV | 238.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 243 | 0.00 | 0.03 | 0 | 0.05 | 291.43 | 0.23 | 0.94 |
| Hex | F2 | EC | F3 | 0 | 3 | 0 | 5 | 123 | 17 | 5E |
| Octal | 362 | 354 | 363 | 0 | 3 | 0 | 5 | 443 | 27 | 136 |
| Binary | 11110010 | 11101100 | 11110011 | 0 | 11 | 0 | 101 | 100100011 | 10111 | 1011110 |
Color Harmonies of #F2ECF3
Complementary color
Monochromatic Colors of #F2ECF3
Black with #F2ECF3
Text Example
Text Example
White with #F2ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECF3; }
p { color: rgb(242,236,243); }
H1.HeaderClassName
{
color: #F2ECF3;
}
.AnyTagClassName
{
color: #F2ECF3;
}
</style>
background-color css
<style>
a { background-color: #F2ECF3; }
a { background-color: rgb(242,236,243); }
div.DivClassName
{
background-color: #F2ECF3;
}
.BgClassName
{
background-color: #F2ECF3;
}
</style>
border-color css
<style>
span { border-color: #F2ECF3; }
span { border-color: rgb(242,236,243); }
td.TdClassName
{
border-color: #F2ECF3;
}
.TagClassName
{
border-color: #F2ECF3;
}
</style>