Shades of Selago #FFE6FE
Tints of Selago #FFE6FE
RGB
CMYK
RGB Variations
Color information
#FFE6FE (or 0xFFE6FE) is known color: Selago. HEX triplet: FF, E6 and FE. RGB value is (255,230,254). Sum of RGB (Red+Green+Blue) = 255+230+254=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 230 (90.23% from 255 or 31.12% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FE is #001901. Grayscale: #F0F0F0. Windows color (decimal): -6402 or 16705279. OLE color: 16705279.
HSL color Cylindrical-coordinate representation of color #FFE6FE: hue angle of 302.4º 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 #FFE6FE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 254 | - |
| CMYK | 0 | 0.10 | 0.00 | 0 |
| HSL | 302.4º | 1% | 0.95% | - |
| HSV(B) | 302.4º | 0.1% | 1% | - |
| XYZ | 87.43 | 85.01 | 105.57 | - |
| YUV | 240.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 254 | 0 | 0.10 | 0.00 | 0 | 302.4 | 1 | 0.95 |
| Hex | FF | E6 | FE | 0 | A | 0 | 0 | 12E | 64 | 5F |
| Octal | 377 | 346 | 376 | 0 | 12 | 0 | 0 | 456 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11111110 | 0 | 1010 | 0 | 0 | 100101110 | 1100100 | 1011111 |
Color Harmonies of #FFE6FE
Complementary color
Monochromatic Colors of #FFE6FE
Black with #FFE6FE
Text Example
Text Example
White with #FFE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6FE; }
p { color: rgb(255,230,254); }
H1.HeaderClassName
{
color: #FFE6FE;
}
.AnyTagClassName
{
color: #FFE6FE;
}
</style>
background-color css
<style>
a { background-color: #FFE6FE; }
a { background-color: rgb(255,230,254); }
div.DivClassName
{
background-color: #FFE6FE;
}
.BgClassName
{
background-color: #FFE6FE;
}
</style>
border-color css
<style>
span { border-color: #FFE6FE; }
span { border-color: rgb(255,230,254); }
td.TdClassName
{
border-color: #FFE6FE;
}
.TagClassName
{
border-color: #FFE6FE;
}
</style>