Shades of Selago #FEE6FE
Tints of Selago #FEE6FE
RGB
CMYK
RGB Variations
Color information
#FEE6FE (or 0xFEE6FE) is known color: Selago. HEX triplet: FE, E6 and FE. RGB value is (254,230,254). Sum of RGB (Red+Green+Blue) = 254+230+254=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 230 (90.23% from 255 or 31.17% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6FE is #011901. Grayscale: #EFEFEF. Windows color (decimal): -71938 or 16705278. OLE color: 16705278.
HSL color Cylindrical-coordinate representation of color #FEE6FE: hue angle of 300º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE6FE is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 254 | - |
| CMYK | 0 | 0.09 | 0 | 0.00 |
| HSL | 300º | 0.92% | 0.95% | - |
| HSV(B) | 300º | 0.09% | 1% | - |
| XYZ | 87.06 | 84.82 | 105.55 | - |
| YUV | 239.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 254 | 0 | 0.09 | 0 | 0.00 | 300 | 0.92 | 0.95 |
| Hex | FE | E6 | FE | 0 | 9 | 0 | 0 | 12C | 5C | 5F |
| Octal | 376 | 346 | 376 | 0 | 11 | 0 | 0 | 454 | 134 | 137 |
| Binary | 11111110 | 11100110 | 11111110 | 0 | 1001 | 0 | 0 | 100101100 | 1011100 | 1011111 |
Color Harmonies of #FEE6FE
Complementary color
Monochromatic Colors of #FEE6FE
Black with #FEE6FE
Text Example
Text Example
White with #FEE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6FE; }
p { color: rgb(254,230,254); }
H1.HeaderClassName
{
color: #FEE6FE;
}
.AnyTagClassName
{
color: #FEE6FE;
}
</style>
background-color css
<style>
a { background-color: #FEE6FE; }
a { background-color: rgb(254,230,254); }
div.DivClassName
{
background-color: #FEE6FE;
}
.BgClassName
{
background-color: #FEE6FE;
}
</style>
border-color css
<style>
span { border-color: #FEE6FE; }
span { border-color: rgb(254,230,254); }
td.TdClassName
{
border-color: #FEE6FE;
}
.TagClassName
{
border-color: #FEE6FE;
}
</style>