Shades of Selago #FEE9FE
Tints of Selago #FEE9FE
RGB
CMYK
RGB Variations
Color information
#FEE9FE (or 0xFEE9FE) is known color: Selago. HEX triplet: FE, E9 and FE. RGB value is (254,233,254). Sum of RGB (Red+Green+Blue) = 254+233+254=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 233 (91.41% from 255 or 31.44% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9FE is #011601. Grayscale: #F1F1F1. Windows color (decimal): -71170 or 16706046. OLE color: 16706046.
HSL color Cylindrical-coordinate representation of color #FEE9FE: hue angle of 300º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEE9FE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 254 | - |
| CMYK | 0 | 0.08 | 0 | 0.00 |
| HSL | 300º | 0.91% | 0.95% | - |
| HSV(B) | 300º | 0.08% | 1% | - |
| XYZ | 87.9 | 86.5 | 105.83 | - |
| YUV | 241.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 254 | 0 | 0.08 | 0 | 0.00 | 300 | 0.91 | 0.95 |
| Hex | FE | E9 | FE | 0 | 8 | 0 | 0 | 12C | 5B | 5F |
| Octal | 376 | 351 | 376 | 0 | 10 | 0 | 0 | 454 | 133 | 137 |
| Binary | 11111110 | 11101001 | 11111110 | 0 | 1000 | 0 | 0 | 100101100 | 1011011 | 1011111 |
Color Harmonies of #FEE9FE
Complementary color
Monochromatic Colors of #FEE9FE
Black with #FEE9FE
Text Example
Text Example
White with #FEE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9FE; }
p { color: rgb(254,233,254); }
H1.HeaderClassName
{
color: #FEE9FE;
}
.AnyTagClassName
{
color: #FEE9FE;
}
</style>
background-color css
<style>
a { background-color: #FEE9FE; }
a { background-color: rgb(254,233,254); }
div.DivClassName
{
background-color: #FEE9FE;
}
.BgClassName
{
background-color: #FEE9FE;
}
</style>
border-color css
<style>
span { border-color: #FEE9FE; }
span { border-color: rgb(254,233,254); }
td.TdClassName
{
border-color: #FEE9FE;
}
.TagClassName
{
border-color: #FEE9FE;
}
</style>