Shades of Selago #FEE1FF
Tints of Selago #FEE1FF
RGB
CMYK
RGB Variations
Color information
#FEE1FF (or 0xFEE1FF) is known color: Selago. HEX triplet: FE, E1 and FF. RGB value is (254,225,255). Sum of RGB (Red+Green+Blue) = 254+225+255=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 225 (88.28% from 255 or 30.65% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1FF is #011E00. Grayscale: #EDEDED. Windows color (decimal): -73217 or 16769534. OLE color: 16769534.
HSL color Cylindrical-coordinate representation of color #FEE1FF: hue angle of 298º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE1FF is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 225 | 255 | - |
| CMYK | 0.00 | 0.12 | 0 | 0 |
| HSL | 298º | 1% | 0.94% | - |
| HSV(B) | 298º | 0.12% | 1% | - |
| XYZ | 85.85 | 82.14 | 105.94 | - |
| YUV | 237.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 255 | 0.00 | 0.12 | 0 | 0 | 298 | 1 | 0.94 |
| Hex | FE | E1 | FF | 0 | C | 0 | 0 | 12A | 64 | 5E |
| Octal | 376 | 341 | 377 | 0 | 14 | 0 | 0 | 452 | 144 | 136 |
| Binary | 11111110 | 11100001 | 11111111 | 0 | 1100 | 0 | 0 | 100101010 | 1100100 | 1011110 |
Color Harmonies of #FEE1FF
Complementary color
Monochromatic Colors of #FEE1FF
Black with #FEE1FF
Text Example
Text Example
White with #FEE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1FF; }
p { color: rgb(254,225,255); }
H1.HeaderClassName
{
color: #FEE1FF;
}
.AnyTagClassName
{
color: #FEE1FF;
}
</style>
background-color css
<style>
a { background-color: #FEE1FF; }
a { background-color: rgb(254,225,255); }
div.DivClassName
{
background-color: #FEE1FF;
}
.BgClassName
{
background-color: #FEE1FF;
}
</style>
border-color css
<style>
span { border-color: #FEE1FF; }
span { border-color: rgb(254,225,255); }
td.TdClassName
{
border-color: #FEE1FF;
}
.TagClassName
{
border-color: #FEE1FF;
}
</style>