Shades of Selago #FFE0FF
Tints of Selago #FFE0FF
RGB
CMYK
RGB Variations
Color information
#FFE0FF (or 0xFFE0FF) is known color: Selago. HEX triplet: FF, E0 and FF. RGB value is (255,224,255). Sum of RGB (Red+Green+Blue) = 255+224+255=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 224 (87.89% from 255 or 30.52% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FF is #001F00. Grayscale: #ECECEC. Windows color (decimal): -7937 or 16769279. OLE color: 16769279.
HSL color Cylindrical-coordinate representation of color #FFE0FF: hue angle of 300º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0FF is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 255 | - |
| CMYK | 0 | 0.12 | 0 | 0 |
| HSL | 300º | 1% | 0.94% | - |
| HSV(B) | 300º | 0.12% | 1% | - |
| XYZ | 85.95 | 81.79 | 105.87 | - |
| YUV | 236.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 255 | 0 | 0.12 | 0 | 0 | 300 | 1 | 0.94 |
| Hex | FF | E0 | FF | 0 | C | 0 | 0 | 12C | 64 | 5E |
| Octal | 377 | 340 | 377 | 0 | 14 | 0 | 0 | 454 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11111111 | 0 | 1100 | 0 | 0 | 100101100 | 1100100 | 1011110 |
Color Harmonies of #FFE0FF
Complementary color
Monochromatic Colors of #FFE0FF
Black with #FFE0FF
Text Example
Text Example
White with #FFE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0FF; }
p { color: rgb(255,224,255); }
H1.HeaderClassName
{
color: #FFE0FF;
}
.AnyTagClassName
{
color: #FFE0FF;
}
</style>
background-color css
<style>
a { background-color: #FFE0FF; }
a { background-color: rgb(255,224,255); }
div.DivClassName
{
background-color: #FFE0FF;
}
.BgClassName
{
background-color: #FFE0FF;
}
</style>
border-color css
<style>
span { border-color: #FFE0FF; }
span { border-color: rgb(255,224,255); }
td.TdClassName
{
border-color: #FFE0FF;
}
.TagClassName
{
border-color: #FFE0FF;
}
</style>