Shades of Selago #FFE0FE
Tints of Selago #FFE0FE
RGB
CMYK
RGB Variations
Color information
#FFE0FE (or 0xFFE0FE) is known color: Selago. HEX triplet: FF, E0 and FE. RGB value is (255,224,254). Sum of RGB (Red+Green+Blue) = 255+224+254=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 224 (87.89% from 255 or 30.56% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FE is #001F01. Grayscale: #ECECEC. Windows color (decimal): -7938 or 16703743. OLE color: 16703743.
HSL color Cylindrical-coordinate representation of color #FFE0FE: hue angle of 301.94º 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 #FFE0FE is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 254 | - |
| CMYK | 0 | 0.12 | 0.00 | 0 |
| HSL | 301.94º | 1% | 0.94% | - |
| HSV(B) | 301.94º | 0.12% | 1% | - |
| XYZ | 85.79 | 81.73 | 105.02 | - |
| YUV | 236.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 254 | 0 | 0.12 | 0.00 | 0 | 301.94 | 1 | 0.94 |
| Hex | FF | E0 | FE | 0 | C | 0 | 0 | 12E | 64 | 5E |
| Octal | 377 | 340 | 376 | 0 | 14 | 0 | 0 | 456 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11111110 | 0 | 1100 | 0 | 0 | 100101110 | 1100100 | 1011110 |
Color Harmonies of #FFE0FE
Complementary color
Monochromatic Colors of #FFE0FE
Black with #FFE0FE
Text Example
Text Example
White with #FFE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0FE; }
p { color: rgb(255,224,254); }
H1.HeaderClassName
{
color: #FFE0FE;
}
.AnyTagClassName
{
color: #FFE0FE;
}
</style>
background-color css
<style>
a { background-color: #FFE0FE; }
a { background-color: rgb(255,224,254); }
div.DivClassName
{
background-color: #FFE0FE;
}
.BgClassName
{
background-color: #FFE0FE;
}
</style>
border-color css
<style>
span { border-color: #FFE0FE; }
span { border-color: rgb(255,224,254); }
td.TdClassName
{
border-color: #FFE0FE;
}
.TagClassName
{
border-color: #FFE0FE;
}
</style>