Shades of Selago #F1E8EF
Tints of Selago #F1E8EF
RGB
CMYK
RGB Variations
Color information
#F1E8EF (or 0xF1E8EF) is known color: Selago. HEX triplet: F1, E8 and EF. RGB value is (241,232,239). Sum of RGB (Red+Green+Blue) = 241+232+239=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8EF is #0E1710. Grayscale: #EBEBEB. Windows color (decimal): -923409 or 15722737. OLE color: 15722737.
HSL color Cylindrical-coordinate representation of color #F1E8EF: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1E8EF is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 239 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.05 |
| HSL | 313.33º | 0.24% | 0.93% | - |
| HSV(B) | 313.33º | 0.04% | 0.95% | - |
| XYZ | 80.71 | 82.65 | 93.36 | - |
| YUV | 235.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 239 | 0 | 0.04 | 0.01 | 0.05 | 313.33 | 0.24 | 0.93 |
| Hex | F1 | E8 | EF | 0 | 4 | 1 | 5 | 139 | 18 | 5D |
| Octal | 361 | 350 | 357 | 0 | 4 | 1 | 5 | 471 | 30 | 135 |
| Binary | 11110001 | 11101000 | 11101111 | 0 | 100 | 1 | 101 | 100111001 | 11000 | 1011101 |
Color Harmonies of #F1E8EF
Complementary color
Monochromatic Colors of #F1E8EF
Black with #F1E8EF
Text Example
Text Example
White with #F1E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8EF; }
p { color: rgb(241,232,239); }
H1.HeaderClassName
{
color: #F1E8EF;
}
.AnyTagClassName
{
color: #F1E8EF;
}
</style>
background-color css
<style>
a { background-color: #F1E8EF; }
a { background-color: rgb(241,232,239); }
div.DivClassName
{
background-color: #F1E8EF;
}
.BgClassName
{
background-color: #F1E8EF;
}
</style>
border-color css
<style>
span { border-color: #F1E8EF; }
span { border-color: rgb(241,232,239); }
td.TdClassName
{
border-color: #F1E8EF;
}
.TagClassName
{
border-color: #F1E8EF;
}
</style>