Shades of Selago #F1ECF1
Tints of Selago #F1ECF1
RGB
CMYK
RGB Variations
Color information
#F1ECF1 (or 0xF1ECF1) is known color: Selago. HEX triplet: F1, EC and F1. RGB value is (241,236,241). Sum of RGB (Red+Green+Blue) = 241+236+241=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1ECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECF1 is #0E130E. Grayscale: #EEEEEE. Windows color (decimal): -922383 or 15854833. OLE color: 15854833.
HSL color Cylindrical-coordinate representation of color #F1ECF1: hue angle of 300º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1ECF1 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 236 | 241 | - |
CMYK | 0 | 0.02 | 0 | 0.05 |
HSL | 300º | 0.15% | 0.94% | - |
HSV(B) | 300º | 0.02% | 0.95% | - |
XYZ | 82.15 | 85.04 | 95.3 | - |
YUV | 238.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 236 | 241 | 0 | 0.02 | 0 | 0.05 | 300 | 0.15 | 0.94 |
Hex | F1 | EC | F1 | 0 | 2 | 0 | 5 | 12C | F | 5E |
Octal | 361 | 354 | 361 | 0 | 2 | 0 | 5 | 454 | 17 | 136 |
Binary | 11110001 | 11101100 | 11110001 | 0 | 10 | 0 | 101 | 100101100 | 1111 | 1011110 |
Color Harmonies of #F1ECF1
Complementary color
Monochromatic Colors of #F1ECF1
Black with #F1ECF1
Text Example
Text Example
White with #F1ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECF1; }
p { color: rgb(241,236,241); }
H1.HeaderClassName
{
color: #F1ECF1;
}
.AnyTagClassName
{
color: #F1ECF1;
}
</style>
background-color css
<style>
a { background-color: #F1ECF1; }
a { background-color: rgb(241,236,241); }
div.DivClassName
{
background-color: #F1ECF1;
}
.BgClassName
{
background-color: #F1ECF1;
}
</style>
border-color css
<style>
span { border-color: #F1ECF1; }
span { border-color: rgb(241,236,241); }
td.TdClassName
{
border-color: #F1ECF1;
}
.TagClassName
{
border-color: #F1ECF1;
}
</style>