Shades of Selago #F1E3F1
Tints of Selago #F1E3F1
RGB
CMYK
RGB Variations
Color information
#F1E3F1 (or 0xF1E3F1) is known color: Selago. HEX triplet: F1, E3 and F1. RGB value is (241,227,241). Sum of RGB (Red+Green+Blue) = 241+227+241=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3F1 is #0E1C0E. Grayscale: #E8E8E8. Windows color (decimal): -924687 or 15852529. OLE color: 15852529.
HSL color Cylindrical-coordinate representation of color #F1E3F1: hue angle of 300º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1E3F1 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 241 | - |
| CMYK | 0 | 0.06 | 0 | 0.05 |
| HSL | 300º | 0.33% | 0.92% | - |
| HSV(B) | 300º | 0.06% | 0.95% | - |
| XYZ | 79.62 | 79.99 | 94.46 | - |
| YUV | 232.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 241 | 0 | 0.06 | 0 | 0.05 | 300 | 0.33 | 0.92 |
| Hex | F1 | E3 | F1 | 0 | 6 | 0 | 5 | 12C | 21 | 5C |
| Octal | 361 | 343 | 361 | 0 | 6 | 0 | 5 | 454 | 41 | 134 |
| Binary | 11110001 | 11100011 | 11110001 | 0 | 110 | 0 | 101 | 100101100 | 100001 | 1011100 |
Color Harmonies of #F1E3F1
Complementary color
Monochromatic Colors of #F1E3F1
Black with #F1E3F1
Text Example
Text Example
White with #F1E3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3F1; }
p { color: rgb(241,227,241); }
H1.HeaderClassName
{
color: #F1E3F1;
}
.AnyTagClassName
{
color: #F1E3F1;
}
</style>
background-color css
<style>
a { background-color: #F1E3F1; }
a { background-color: rgb(241,227,241); }
div.DivClassName
{
background-color: #F1E3F1;
}
.BgClassName
{
background-color: #F1E3F1;
}
</style>
border-color css
<style>
span { border-color: #F1E3F1; }
span { border-color: rgb(241,227,241); }
td.TdClassName
{
border-color: #F1E3F1;
}
.TagClassName
{
border-color: #F1E3F1;
}
</style>