Shades of Selago #FEE6FF
Tints of Selago #FEE6FF
RGB
CMYK
RGB Variations
Color information
#FEE6FF (or 0xFEE6FF) is known color: Selago. HEX triplet: FE, E6 and FF. RGB value is (254,230,255). Sum of RGB (Red+Green+Blue) = 254+230+255=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 230 (90.23% from 255 or 31.12% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6FF is #011900. Grayscale: #EFEFEF. Windows color (decimal): -71937 or 16770814. OLE color: 16770814.
HSL color Cylindrical-coordinate representation of color #FEE6FF: hue angle of 297.6º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE6FF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 230 | 255 | - |
| CMYK | 0.00 | 0.10 | 0 | 0 |
| HSL | 297.6º | 1% | 0.95% | - |
| HSV(B) | 297.6º | 0.1% | 1% | - |
| XYZ | 87.22 | 84.88 | 106.4 | - |
| YUV | 240.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 255 | 0.00 | 0.10 | 0 | 0 | 297.6 | 1 | 0.95 |
| Hex | FE | E6 | FF | 0 | A | 0 | 0 | 12A | 64 | 5F |
| Octal | 376 | 346 | 377 | 0 | 12 | 0 | 0 | 452 | 144 | 137 |
| Binary | 11111110 | 11100110 | 11111111 | 0 | 1010 | 0 | 0 | 100101010 | 1100100 | 1011111 |
Color Harmonies of #FEE6FF
Complementary color
Monochromatic Colors of #FEE6FF
Black with #FEE6FF
Text Example
Text Example
White with #FEE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6FF; }
p { color: rgb(254,230,255); }
H1.HeaderClassName
{
color: #FEE6FF;
}
.AnyTagClassName
{
color: #FEE6FF;
}
</style>
background-color css
<style>
a { background-color: #FEE6FF; }
a { background-color: rgb(254,230,255); }
div.DivClassName
{
background-color: #FEE6FF;
}
.BgClassName
{
background-color: #FEE6FF;
}
</style>
border-color css
<style>
span { border-color: #FEE6FF; }
span { border-color: rgb(254,230,255); }
td.TdClassName
{
border-color: #FEE6FF;
}
.TagClassName
{
border-color: #FEE6FF;
}
</style>