Shades of Selago #FEE3FF
Tints of Selago #FEE3FF
RGB
CMYK
RGB Variations
Color information
#FEE3FF (or 0xFEE3FF) is known color: Selago. HEX triplet: FE, E3 and FF. RGB value is (254,227,255). Sum of RGB (Red+Green+Blue) = 254+227+255=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 227 (89.06% from 255 or 30.84% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3FF is #011C00. Grayscale: #EEEEEE. Windows color (decimal): -72705 or 16770046. OLE color: 16770046.
HSL color Cylindrical-coordinate representation of color #FEE3FF: hue angle of 297.86º 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 #FEE3FF is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 227 | 255 | - |
| CMYK | 0.00 | 0.11 | 0 | 0 |
| HSL | 297.86º | 1% | 0.95% | - |
| HSV(B) | 297.86º | 0.11% | 1% | - |
| XYZ | 86.39 | 83.23 | 106.12 | - |
| YUV | 238.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 255 | 0.00 | 0.11 | 0 | 0 | 297.86 | 1 | 0.95 |
| Hex | FE | E3 | FF | 0 | B | 0 | 0 | 12A | 64 | 5F |
| Octal | 376 | 343 | 377 | 0 | 13 | 0 | 0 | 452 | 144 | 137 |
| Binary | 11111110 | 11100011 | 11111111 | 0 | 1011 | 0 | 0 | 100101010 | 1100100 | 1011111 |
Color Harmonies of #FEE3FF
Complementary color
Monochromatic Colors of #FEE3FF
Black with #FEE3FF
Text Example
Text Example
White with #FEE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3FF; }
p { color: rgb(254,227,255); }
H1.HeaderClassName
{
color: #FEE3FF;
}
.AnyTagClassName
{
color: #FEE3FF;
}
</style>
background-color css
<style>
a { background-color: #FEE3FF; }
a { background-color: rgb(254,227,255); }
div.DivClassName
{
background-color: #FEE3FF;
}
.BgClassName
{
background-color: #FEE3FF;
}
</style>
border-color css
<style>
span { border-color: #FEE3FF; }
span { border-color: rgb(254,227,255); }
td.TdClassName
{
border-color: #FEE3FF;
}
.TagClassName
{
border-color: #FEE3FF;
}
</style>