Shades of Selago #FFE5FE
Tints of Selago #FFE5FE
RGB
CMYK
RGB Variations
Color information
#FFE5FE (or 0xFFE5FE) is known color: Selago. HEX triplet: FF, E5 and FE. RGB value is (255,229,254). Sum of RGB (Red+Green+Blue) = 255+229+254=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 229 (89.84% from 255 or 31.03% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FE is #001A01. Grayscale: #EFEFEF. Windows color (decimal): -6658 or 16705023. OLE color: 16705023.
HSL color Cylindrical-coordinate representation of color #FFE5FE: hue angle of 302.31º 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 #FFE5FE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 254 | - |
| CMYK | 0 | 0.10 | 0.00 | 0 |
| HSL | 302.31º | 1% | 0.95% | - |
| HSV(B) | 302.31º | 0.1% | 1% | - |
| XYZ | 87.15 | 84.45 | 105.47 | - |
| YUV | 239.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 254 | 0 | 0.10 | 0.00 | 0 | 302.31 | 1 | 0.95 |
| Hex | FF | E5 | FE | 0 | A | 0 | 0 | 12E | 64 | 5F |
| Octal | 377 | 345 | 376 | 0 | 12 | 0 | 0 | 456 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11111110 | 0 | 1010 | 0 | 0 | 100101110 | 1100100 | 1011111 |
Color Harmonies of #FFE5FE
Complementary color
Monochromatic Colors of #FFE5FE
Black with #FFE5FE
Text Example
Text Example
White with #FFE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5FE; }
p { color: rgb(255,229,254); }
H1.HeaderClassName
{
color: #FFE5FE;
}
.AnyTagClassName
{
color: #FFE5FE;
}
</style>
background-color css
<style>
a { background-color: #FFE5FE; }
a { background-color: rgb(255,229,254); }
div.DivClassName
{
background-color: #FFE5FE;
}
.BgClassName
{
background-color: #FFE5FE;
}
</style>
border-color css
<style>
span { border-color: #FFE5FE; }
span { border-color: rgb(255,229,254); }
td.TdClassName
{
border-color: #FFE5FE;
}
.TagClassName
{
border-color: #FFE5FE;
}
</style>