Shades of Selago #F1E0F3
Tints of Selago #F1E0F3
RGB
CMYK
RGB Variations
Color information
#F1E0F3 (or 0xF1E0F3) is known color: Selago. HEX triplet: F1, E0 and F3. RGB value is (241,224,243). Sum of RGB (Red+Green+Blue) = 241+224+243=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1E0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0F3 is #0E1F0C. Grayscale: #E7E7E7. Windows color (decimal): -925453 or 15982833. OLE color: 15982833.
HSL color Cylindrical-coordinate representation of color #F1E0F3: hue angle of 293.68º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E0F3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 243 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 293.68º | 0.44% | 0.92% | - |
| HSV(B) | 293.68º | 0.08% | 0.95% | - |
| XYZ | 79.11 | 78.48 | 95.77 | - |
| YUV | 231.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 243 | 0.01 | 0.08 | 0 | 0.05 | 293.68 | 0.44 | 0.92 |
| Hex | F1 | E0 | F3 | 1 | 8 | 0 | 5 | 126 | 2C | 5C |
| Octal | 361 | 340 | 363 | 1 | 10 | 0 | 5 | 446 | 54 | 134 |
| Binary | 11110001 | 11100000 | 11110011 | 1 | 1000 | 0 | 101 | 100100110 | 101100 | 1011100 |
Color Harmonies of #F1E0F3
Complementary color
Monochromatic Colors of #F1E0F3
Black with #F1E0F3
Text Example
Text Example
White with #F1E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0F3; }
p { color: rgb(241,224,243); }
H1.HeaderClassName
{
color: #F1E0F3;
}
.AnyTagClassName
{
color: #F1E0F3;
}
</style>
background-color css
<style>
a { background-color: #F1E0F3; }
a { background-color: rgb(241,224,243); }
div.DivClassName
{
background-color: #F1E0F3;
}
.BgClassName
{
background-color: #F1E0F3;
}
</style>
border-color css
<style>
span { border-color: #F1E0F3; }
span { border-color: rgb(241,224,243); }
td.TdClassName
{
border-color: #F1E0F3;
}
.TagClassName
{
border-color: #F1E0F3;
}
</style>