Shades of Selago #FEE1F9
Tints of Selago #FEE1F9
RGB
CMYK
RGB Variations
Color information
#FEE1F9 (or 0xFEE1F9) is known color: Selago. HEX triplet: FE, E1 and F9. RGB value is (254,225,249). Sum of RGB (Red+Green+Blue) = 254+225+249=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 225 (88.28% from 255 or 30.91% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F9 is #011E06. Grayscale: #ECECEC. Windows color (decimal): -73223 or 16376318. OLE color: 16376318.
HSL color Cylindrical-coordinate representation of color #FEE1F9: hue angle of 310.34º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1F9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 249 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.00 |
| HSL | 310.34º | 0.94% | 0.94% | - |
| HSV(B) | 310.34º | 0.11% | 1% | - |
| XYZ | 84.9 | 81.76 | 100.93 | - |
| YUV | 236.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 249 | 0 | 0.11 | 0.02 | 0.00 | 310.34 | 0.94 | 0.94 |
| Hex | FE | E1 | F9 | 0 | B | 2 | 0 | 136 | 5E | 5E |
| Octal | 376 | 341 | 371 | 0 | 13 | 2 | 0 | 466 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11111001 | 0 | 1011 | 10 | 0 | 100110110 | 1011110 | 1011110 |
Color Harmonies of #FEE1F9
Complementary color
Monochromatic Colors of #FEE1F9
Black with #FEE1F9
Text Example
Text Example
White with #FEE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1F9; }
p { color: rgb(254,225,249); }
H1.HeaderClassName
{
color: #FEE1F9;
}
.AnyTagClassName
{
color: #FEE1F9;
}
</style>
background-color css
<style>
a { background-color: #FEE1F9; }
a { background-color: rgb(254,225,249); }
div.DivClassName
{
background-color: #FEE1F9;
}
.BgClassName
{
background-color: #FEE1F9;
}
</style>
border-color css
<style>
span { border-color: #FEE1F9; }
span { border-color: rgb(254,225,249); }
td.TdClassName
{
border-color: #FEE1F9;
}
.TagClassName
{
border-color: #FEE1F9;
}
</style>