Shades of Selago #FEE2FF
Tints of Selago #FEE2FF
RGB
CMYK
RGB Variations
Color information
#FEE2FF (or 0xFEE2FF) is known color: Selago. HEX triplet: FE, E2 and FF. RGB value is (254,226,255). Sum of RGB (Red+Green+Blue) = 254+226+255=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 226 (88.67% from 255 or 30.75% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2FF is #011D00. Grayscale: #EDEDED. Windows color (decimal): -72961 or 16769790. OLE color: 16769790.
HSL color Cylindrical-coordinate representation of color #FEE2FF: hue angle of 297.93º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2FF is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 226 | 255 | - |
CMYK | 0.00 | 0.11 | 0 | 0 |
HSL | 297.93º | 1% | 0.94% | - |
HSV(B) | 297.93º | 0.11% | 1% | - |
XYZ | 86.12 | 82.68 | 106.03 | - |
YUV | 237.68 | 137.78 | 139.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 255 | 0.00 | 0.11 | 0 | 0 | 297.93 | 1 | 0.94 |
Hex | FE | E2 | FF | 0 | B | 0 | 0 | 12A | 64 | 5E |
Octal | 376 | 342 | 377 | 0 | 13 | 0 | 0 | 452 | 144 | 136 |
Binary | 11111110 | 11100010 | 11111111 | 0 | 1011 | 0 | 0 | 100101010 | 1100100 | 1011110 |
Color Harmonies of #FEE2FF
Complementary color
Monochromatic Colors of #FEE2FF
Black with #FEE2FF
Text Example
Text Example
White with #FEE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2FF; }
p { color: rgb(254,226,255); }
H1.HeaderClassName
{
color: #FEE2FF;
}
.AnyTagClassName
{
color: #FEE2FF;
}
</style>
background-color css
<style>
a { background-color: #FEE2FF; }
a { background-color: rgb(254,226,255); }
div.DivClassName
{
background-color: #FEE2FF;
}
.BgClassName
{
background-color: #FEE2FF;
}
</style>
border-color css
<style>
span { border-color: #FEE2FF; }
span { border-color: rgb(254,226,255); }
td.TdClassName
{
border-color: #FEE2FF;
}
.TagClassName
{
border-color: #FEE2FF;
}
</style>