Shades of Selago #F1E1EF
Tints of Selago #F1E1EF
RGB
CMYK
RGB Variations
Color information
#F1E1EF (or 0xF1E1EF) is known color: Selago. HEX triplet: F1, E1 and EF. RGB value is (241,225,239). Sum of RGB (Red+Green+Blue) = 241+225+239=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1EF is #0E1E10. Grayscale: #E7E7E7. Windows color (decimal): -925201 or 15720945. OLE color: 15720945.
HSL color Cylindrical-coordinate representation of color #F1E1EF: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E1EF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 239 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.05 |
| HSL | 307.5º | 0.36% | 0.91% | - |
| HSV(B) | 307.5º | 0.07% | 0.95% | - |
| XYZ | 78.78 | 78.78 | 92.72 | - |
| YUV | 231.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 239 | 0 | 0.07 | 0.01 | 0.05 | 307.5 | 0.36 | 0.91 |
| Hex | F1 | E1 | EF | 0 | 7 | 1 | 5 | 134 | 24 | 5B |
| Octal | 361 | 341 | 357 | 0 | 7 | 1 | 5 | 464 | 44 | 133 |
| Binary | 11110001 | 11100001 | 11101111 | 0 | 111 | 1 | 101 | 100110100 | 100100 | 1011011 |
Color Harmonies of #F1E1EF
Complementary color
Monochromatic Colors of #F1E1EF
Black with #F1E1EF
Text Example
Text Example
White with #F1E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1EF; }
p { color: rgb(241,225,239); }
H1.HeaderClassName
{
color: #F1E1EF;
}
.AnyTagClassName
{
color: #F1E1EF;
}
</style>
background-color css
<style>
a { background-color: #F1E1EF; }
a { background-color: rgb(241,225,239); }
div.DivClassName
{
background-color: #F1E1EF;
}
.BgClassName
{
background-color: #F1E1EF;
}
</style>
border-color css
<style>
span { border-color: #F1E1EF; }
span { border-color: rgb(241,225,239); }
td.TdClassName
{
border-color: #F1E1EF;
}
.TagClassName
{
border-color: #F1E1EF;
}
</style>