Shades of Selago #FEE2FE
Tints of Selago #FEE2FE
RGB
CMYK
RGB Variations
Color information
#FEE2FE (or 0xFEE2FE) is known color: Selago. HEX triplet: FE, E2 and FE. RGB value is (254,226,254). Sum of RGB (Red+Green+Blue) = 254+226+254=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 226 (88.67% from 255 or 30.79% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2FE is #011D01. Grayscale: #EDEDED. Windows color (decimal): -72962 or 16704254. OLE color: 16704254.
HSL color Cylindrical-coordinate representation of color #FEE2FE: hue angle of 300º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2FE is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 254 | - |
| CMYK | 0 | 0.11 | 0 | 0.00 |
| HSL | 300º | 0.93% | 0.94% | - |
| HSV(B) | 300º | 0.11% | 1% | - |
| XYZ | 85.96 | 82.62 | 105.18 | - |
| YUV | 237.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 254 | 0 | 0.11 | 0 | 0.00 | 300 | 0.93 | 0.94 |
| Hex | FE | E2 | FE | 0 | B | 0 | 0 | 12C | 5D | 5E |
| Octal | 376 | 342 | 376 | 0 | 13 | 0 | 0 | 454 | 135 | 136 |
| Binary | 11111110 | 11100010 | 11111110 | 0 | 1011 | 0 | 0 | 100101100 | 1011101 | 1011110 |
Color Harmonies of #FEE2FE
Complementary color
Monochromatic Colors of #FEE2FE
Black with #FEE2FE
Text Example
Text Example
White with #FEE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2FE; }
p { color: rgb(254,226,254); }
H1.HeaderClassName
{
color: #FEE2FE;
}
.AnyTagClassName
{
color: #FEE2FE;
}
</style>
background-color css
<style>
a { background-color: #FEE2FE; }
a { background-color: rgb(254,226,254); }
div.DivClassName
{
background-color: #FEE2FE;
}
.BgClassName
{
background-color: #FEE2FE;
}
</style>
border-color css
<style>
span { border-color: #FEE2FE; }
span { border-color: rgb(254,226,254); }
td.TdClassName
{
border-color: #FEE2FE;
}
.TagClassName
{
border-color: #FEE2FE;
}
</style>