Shades of Selago #FEE0F9
Tints of Selago #FEE0F9
RGB
CMYK
RGB Variations
Color information
#FEE0F9 (or 0xFEE0F9) is known color: Selago. HEX triplet: FE, E0 and F9. RGB value is (254,224,249). Sum of RGB (Red+Green+Blue) = 254+224+249=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F9 is #011F06. Grayscale: #EBEBEB. Windows color (decimal): -73479 or 16376062. OLE color: 16376062.
HSL color Cylindrical-coordinate representation of color #FEE0F9: hue angle of 310º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0F9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 249 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.00 |
| HSL | 310º | 0.94% | 0.94% | - |
| HSV(B) | 310º | 0.12% | 1% | - |
| XYZ | 84.63 | 81.22 | 100.84 | - |
| YUV | 235.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 249 | 0 | 0.12 | 0.02 | 0.00 | 310 | 0.94 | 0.94 |
| Hex | FE | E0 | F9 | 0 | C | 2 | 0 | 136 | 5E | 5E |
| Octal | 376 | 340 | 371 | 0 | 14 | 2 | 0 | 466 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11111001 | 0 | 1100 | 10 | 0 | 100110110 | 1011110 | 1011110 |
Color Harmonies of #FEE0F9
Complementary color
Monochromatic Colors of #FEE0F9
Black with #FEE0F9
Text Example
Text Example
White with #FEE0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0F9; }
p { color: rgb(254,224,249); }
H1.HeaderClassName
{
color: #FEE0F9;
}
.AnyTagClassName
{
color: #FEE0F9;
}
</style>
background-color css
<style>
a { background-color: #FEE0F9; }
a { background-color: rgb(254,224,249); }
div.DivClassName
{
background-color: #FEE0F9;
}
.BgClassName
{
background-color: #FEE0F9;
}
</style>
border-color css
<style>
span { border-color: #FEE0F9; }
span { border-color: rgb(254,224,249); }
td.TdClassName
{
border-color: #FEE0F9;
}
.TagClassName
{
border-color: #FEE0F9;
}
</style>