Shades of Selago #F9E1FA
Tints of Selago #F9E1FA
RGB
CMYK
RGB Variations
Color information
#F9E1FA (or 0xF9E1FA) is known color: Selago. HEX triplet: F9, E1 and FA. RGB value is (249,225,250). Sum of RGB (Red+Green+Blue) = 249+225+250=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 225 (88.28% from 255 or 31.08% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9E1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E1FA is #061E05. Grayscale: #EAEAEA. Windows color (decimal): -400902 or 16441849. OLE color: 16441849.
HSL color Cylindrical-coordinate representation of color #F9E1FA: hue angle of 297.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9E1FA is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 250 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.02 |
| HSL | 297.6º | 0.71% | 0.93% | - |
| HSV(B) | 297.6º | 0.1% | 0.98% | - |
| XYZ | 83.25 | 80.89 | 101.67 | - |
| YUV | 235.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 250 | 0.00 | 0.10 | 0 | 0.02 | 297.6 | 0.71 | 0.93 |
| Hex | F9 | E1 | FA | 0 | A | 0 | 2 | 12A | 47 | 5D |
| Octal | 371 | 341 | 372 | 0 | 12 | 0 | 2 | 452 | 107 | 135 |
| Binary | 11111001 | 11100001 | 11111010 | 0 | 1010 | 0 | 10 | 100101010 | 1000111 | 1011101 |
Color Harmonies of #F9E1FA
Complementary color
Monochromatic Colors of #F9E1FA
Black with #F9E1FA
Text Example
Text Example
White with #F9E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1FA; }
p { color: rgb(249,225,250); }
H1.HeaderClassName
{
color: #F9E1FA;
}
.AnyTagClassName
{
color: #F9E1FA;
}
</style>
background-color css
<style>
a { background-color: #F9E1FA; }
a { background-color: rgb(249,225,250); }
div.DivClassName
{
background-color: #F9E1FA;
}
.BgClassName
{
background-color: #F9E1FA;
}
</style>
border-color css
<style>
span { border-color: #F9E1FA; }
span { border-color: rgb(249,225,250); }
td.TdClassName
{
border-color: #F9E1FA;
}
.TagClassName
{
border-color: #F9E1FA;
}
</style>