Shades of Selago #FEE2F9
Tints of Selago #FEE2F9
RGB
CMYK
RGB Variations
Color information
#FEE2F9 (or 0xFEE2F9) is known color: Selago. HEX triplet: FE, E2 and F9. RGB value is (254,226,249). Sum of RGB (Red+Green+Blue) = 254+226+249=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 226 (88.67% from 255 or 31.00% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2F9 is #011D06. Grayscale: #ECECEC. Windows color (decimal): -72967 or 16376574. OLE color: 16376574.
HSL color Cylindrical-coordinate representation of color #FEE2F9: hue angle of 310.71º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2F9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 249 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.00 |
| HSL | 310.71º | 0.93% | 0.94% | - |
| HSV(B) | 310.71º | 0.11% | 1% | - |
| XYZ | 85.17 | 82.3 | 101.02 | - |
| YUV | 236.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 249 | 0 | 0.11 | 0.02 | 0.00 | 310.71 | 0.93 | 0.94 |
| Hex | FE | E2 | F9 | 0 | B | 2 | 0 | 137 | 5D | 5E |
| Octal | 376 | 342 | 371 | 0 | 13 | 2 | 0 | 467 | 135 | 136 |
| Binary | 11111110 | 11100010 | 11111001 | 0 | 1011 | 10 | 0 | 100110111 | 1011101 | 1011110 |
Color Harmonies of #FEE2F9
Complementary color
Monochromatic Colors of #FEE2F9
Black with #FEE2F9
Text Example
Text Example
White with #FEE2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2F9; }
p { color: rgb(254,226,249); }
H1.HeaderClassName
{
color: #FEE2F9;
}
.AnyTagClassName
{
color: #FEE2F9;
}
</style>
background-color css
<style>
a { background-color: #FEE2F9; }
a { background-color: rgb(254,226,249); }
div.DivClassName
{
background-color: #FEE2F9;
}
.BgClassName
{
background-color: #FEE2F9;
}
</style>
border-color css
<style>
span { border-color: #FEE2F9; }
span { border-color: rgb(254,226,249); }
td.TdClassName
{
border-color: #FEE2F9;
}
.TagClassName
{
border-color: #FEE2F9;
}
</style>