Shades of Selago #F1E9EF
Tints of Selago #F1E9EF
RGB
CMYK
RGB Variations
Color information
#F1E9EF (or 0xF1E9EF) is known color: Selago. HEX triplet: F1, E9 and EF. RGB value is (241,233,239). Sum of RGB (Red+Green+Blue) = 241+233+239=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E9EF is #0E1610. Grayscale: #ECECEC. Windows color (decimal): -923153 or 15722993. OLE color: 15722993.
HSL color Cylindrical-coordinate representation of color #F1E9EF: hue angle of 315º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1E9EF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 239 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.05 |
| HSL | 315º | 0.22% | 0.93% | - |
| HSV(B) | 315º | 0.03% | 0.95% | - |
| XYZ | 80.99 | 83.21 | 93.45 | - |
| YUV | 236.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 239 | 0 | 0.03 | 0.01 | 0.05 | 315 | 0.22 | 0.93 |
| Hex | F1 | E9 | EF | 0 | 3 | 1 | 5 | 13B | 16 | 5D |
| Octal | 361 | 351 | 357 | 0 | 3 | 1 | 5 | 473 | 26 | 135 |
| Binary | 11110001 | 11101001 | 11101111 | 0 | 11 | 1 | 101 | 100111011 | 10110 | 1011101 |
Color Harmonies of #F1E9EF
Complementary color
Monochromatic Colors of #F1E9EF
Black with #F1E9EF
Text Example
Text Example
White with #F1E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9EF; }
p { color: rgb(241,233,239); }
H1.HeaderClassName
{
color: #F1E9EF;
}
.AnyTagClassName
{
color: #F1E9EF;
}
</style>
background-color css
<style>
a { background-color: #F1E9EF; }
a { background-color: rgb(241,233,239); }
div.DivClassName
{
background-color: #F1E9EF;
}
.BgClassName
{
background-color: #F1E9EF;
}
</style>
border-color css
<style>
span { border-color: #F1E9EF; }
span { border-color: rgb(241,233,239); }
td.TdClassName
{
border-color: #F1E9EF;
}
.TagClassName
{
border-color: #F1E9EF;
}
</style>