Shades of Selago #F1E5F1
Tints of Selago #F1E5F1
RGB
CMYK
RGB Variations
Color information
#F1E5F1 (or 0xF1E5F1) is known color: Selago. HEX triplet: F1, E5 and F1. RGB value is (241,229,241). Sum of RGB (Red+Green+Blue) = 241+229+241=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5F1 is #0E1A0E. Grayscale: #E9E9E9. Windows color (decimal): -924175 or 15853041. OLE color: 15853041.
HSL color Cylindrical-coordinate representation of color #F1E5F1: hue angle of 300º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E5F1 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 241 | - |
| CMYK | 0 | 0.05 | 0 | 0.05 |
| HSL | 300º | 0.3% | 0.92% | - |
| HSV(B) | 300º | 0.05% | 0.95% | - |
| XYZ | 80.17 | 81.09 | 94.65 | - |
| YUV | 233.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 241 | 0 | 0.05 | 0 | 0.05 | 300 | 0.3 | 0.92 |
| Hex | F1 | E5 | F1 | 0 | 5 | 0 | 5 | 12C | 1E | 5C |
| Octal | 361 | 345 | 361 | 0 | 5 | 0 | 5 | 454 | 36 | 134 |
| Binary | 11110001 | 11100101 | 11110001 | 0 | 101 | 0 | 101 | 100101100 | 11110 | 1011100 |
Color Harmonies of #F1E5F1
Complementary color
Monochromatic Colors of #F1E5F1
Black with #F1E5F1
Text Example
Text Example
White with #F1E5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5F1; }
p { color: rgb(241,229,241); }
H1.HeaderClassName
{
color: #F1E5F1;
}
.AnyTagClassName
{
color: #F1E5F1;
}
</style>
background-color css
<style>
a { background-color: #F1E5F1; }
a { background-color: rgb(241,229,241); }
div.DivClassName
{
background-color: #F1E5F1;
}
.BgClassName
{
background-color: #F1E5F1;
}
</style>
border-color css
<style>
span { border-color: #F1E5F1; }
span { border-color: rgb(241,229,241); }
td.TdClassName
{
border-color: #F1E5F1;
}
.TagClassName
{
border-color: #F1E5F1;
}
</style>