Shades of Selago #FEE4FF
Tints of Selago #FEE4FF
RGB
CMYK
RGB Variations
Color information
#FEE4FF (or 0xFEE4FF) is known color: Selago. HEX triplet: FE, E4 and FF. RGB value is (254,228,255). Sum of RGB (Red+Green+Blue) = 254+228+255=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 228 (89.45% from 255 or 30.94% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4FF is #011B00. Grayscale: #EEEEEE. Windows color (decimal): -72449 or 16770302. OLE color: 16770302.
HSL color Cylindrical-coordinate representation of color #FEE4FF: hue angle of 297.78º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE4FF is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 228 | 255 | - |
| CMYK | 0.00 | 0.11 | 0 | 0 |
| HSL | 297.78º | 1% | 0.95% | - |
| HSV(B) | 297.78º | 0.11% | 1% | - |
| XYZ | 86.67 | 83.78 | 106.21 | - |
| YUV | 238.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 255 | 0.00 | 0.11 | 0 | 0 | 297.78 | 1 | 0.95 |
| Hex | FE | E4 | FF | 0 | B | 0 | 0 | 12A | 64 | 5F |
| Octal | 376 | 344 | 377 | 0 | 13 | 0 | 0 | 452 | 144 | 137 |
| Binary | 11111110 | 11100100 | 11111111 | 0 | 1011 | 0 | 0 | 100101010 | 1100100 | 1011111 |
Color Harmonies of #FEE4FF
Complementary color
Monochromatic Colors of #FEE4FF
Black with #FEE4FF
Text Example
Text Example
White with #FEE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4FF; }
p { color: rgb(254,228,255); }
H1.HeaderClassName
{
color: #FEE4FF;
}
.AnyTagClassName
{
color: #FEE4FF;
}
</style>
background-color css
<style>
a { background-color: #FEE4FF; }
a { background-color: rgb(254,228,255); }
div.DivClassName
{
background-color: #FEE4FF;
}
.BgClassName
{
background-color: #FEE4FF;
}
</style>
border-color css
<style>
span { border-color: #FEE4FF; }
span { border-color: rgb(254,228,255); }
td.TdClassName
{
border-color: #FEE4FF;
}
.TagClassName
{
border-color: #FEE4FF;
}
</style>