Shades of Selago #F1EEF1
Tints of Selago #F1EEF1
RGB
CMYK
RGB Variations
Color information
#F1EEF1 (or 0xF1EEF1) is known color: Selago. HEX triplet: F1, EE and F1. RGB value is (241,238,241). Sum of RGB (Red+Green+Blue) = 241+238+241=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1EEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEF1 is #0E110E. Grayscale: #EFEFEF. Windows color (decimal): -921871 or 15855345. OLE color: 15855345.
HSL color Cylindrical-coordinate representation of color #F1EEF1: hue angle of 300º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F1EEF1 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 241 | - |
| CMYK | 0 | 0.01 | 0 | 0.05 |
| HSL | 300º | 0.1% | 0.94% | - |
| HSV(B) | 300º | 0.01% | 0.95% | - |
| XYZ | 82.73 | 86.2 | 95.5 | - |
| YUV | 239.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 241 | 0 | 0.01 | 0 | 0.05 | 300 | 0.1 | 0.94 |
| Hex | F1 | EE | F1 | 0 | 1 | 0 | 5 | 12C | A | 5E |
| Octal | 361 | 356 | 361 | 0 | 1 | 0 | 5 | 454 | 12 | 136 |
| Binary | 11110001 | 11101110 | 11110001 | 0 | 1 | 0 | 101 | 100101100 | 1010 | 1011110 |
Color Harmonies of #F1EEF1
Complementary color
Monochromatic Colors of #F1EEF1
Black with #F1EEF1
Text Example
Text Example
White with #F1EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EEF1; }
p { color: rgb(241,238,241); }
H1.HeaderClassName
{
color: #F1EEF1;
}
.AnyTagClassName
{
color: #F1EEF1;
}
</style>
background-color css
<style>
a { background-color: #F1EEF1; }
a { background-color: rgb(241,238,241); }
div.DivClassName
{
background-color: #F1EEF1;
}
.BgClassName
{
background-color: #F1EEF1;
}
</style>
border-color css
<style>
span { border-color: #F1EEF1; }
span { border-color: rgb(241,238,241); }
td.TdClassName
{
border-color: #F1EEF1;
}
.TagClassName
{
border-color: #F1EEF1;
}
</style>