Shades of Selago #FEE0FE
Tints of Selago #FEE0FE
RGB
CMYK
RGB Variations
Color information
#FEE0FE (or 0xFEE0FE) is known color: Selago. HEX triplet: FE, E0 and FE. RGB value is (254,224,254). Sum of RGB (Red+Green+Blue) = 254+224+254=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 224 (87.89% from 255 or 30.60% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FE is #011F01. Grayscale: #ECECEC. Windows color (decimal): -73474 or 16703742. OLE color: 16703742.
HSL color Cylindrical-coordinate representation of color #FEE0FE: hue angle of 300º 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 #FEE0FE is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 254 | - |
| CMYK | 0 | 0.12 | 0 | 0.00 |
| HSL | 300º | 0.94% | 0.94% | - |
| HSV(B) | 300º | 0.12% | 1% | - |
| XYZ | 85.42 | 81.54 | 105 | - |
| YUV | 236.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 254 | 0 | 0.12 | 0 | 0.00 | 300 | 0.94 | 0.94 |
| Hex | FE | E0 | FE | 0 | C | 0 | 0 | 12C | 5E | 5E |
| Octal | 376 | 340 | 376 | 0 | 14 | 0 | 0 | 454 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11111110 | 0 | 1100 | 0 | 0 | 100101100 | 1011110 | 1011110 |
Color Harmonies of #FEE0FE
Complementary color
Monochromatic Colors of #FEE0FE
Black with #FEE0FE
Text Example
Text Example
White with #FEE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0FE; }
p { color: rgb(254,224,254); }
H1.HeaderClassName
{
color: #FEE0FE;
}
.AnyTagClassName
{
color: #FEE0FE;
}
</style>
background-color css
<style>
a { background-color: #FEE0FE; }
a { background-color: rgb(254,224,254); }
div.DivClassName
{
background-color: #FEE0FE;
}
.BgClassName
{
background-color: #FEE0FE;
}
</style>
border-color css
<style>
span { border-color: #FEE0FE; }
span { border-color: rgb(254,224,254); }
td.TdClassName
{
border-color: #FEE0FE;
}
.TagClassName
{
border-color: #FEE0FE;
}
</style>