Shades of Selago #FFE1FE
Tints of Selago #FFE1FE
RGB
CMYK
RGB Variations
Color information
#FFE1FE (or 0xFFE1FE) is known color: Selago. HEX triplet: FF, E1 and FE. RGB value is (255,225,254). Sum of RGB (Red+Green+Blue) = 255+225+254=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 225 (88.28% from 255 or 30.65% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FE is #001E01. Grayscale: #EDEDED. Windows color (decimal): -7682 or 16703999. OLE color: 16703999.
HSL color Cylindrical-coordinate representation of color #FFE1FE: hue angle of 302º 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 #FFE1FE is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 254 | - |
| CMYK | 0 | 0.12 | 0.00 | 0 |
| HSL | 302º | 1% | 0.94% | - |
| HSV(B) | 302º | 0.12% | 1% | - |
| XYZ | 86.05 | 82.27 | 105.11 | - |
| YUV | 237.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 254 | 0 | 0.12 | 0.00 | 0 | 302 | 1 | 0.94 |
| Hex | FF | E1 | FE | 0 | C | 0 | 0 | 12E | 64 | 5E |
| Octal | 377 | 341 | 376 | 0 | 14 | 0 | 0 | 456 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11111110 | 0 | 1100 | 0 | 0 | 100101110 | 1100100 | 1011110 |
Color Harmonies of #FFE1FE
Complementary color
Monochromatic Colors of #FFE1FE
Black with #FFE1FE
Text Example
Text Example
White with #FFE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1FE; }
p { color: rgb(255,225,254); }
H1.HeaderClassName
{
color: #FFE1FE;
}
.AnyTagClassName
{
color: #FFE1FE;
}
</style>
background-color css
<style>
a { background-color: #FFE1FE; }
a { background-color: rgb(255,225,254); }
div.DivClassName
{
background-color: #FFE1FE;
}
.BgClassName
{
background-color: #FFE1FE;
}
</style>
border-color css
<style>
span { border-color: #FFE1FE; }
span { border-color: rgb(255,225,254); }
td.TdClassName
{
border-color: #FFE1FE;
}
.TagClassName
{
border-color: #FFE1FE;
}
</style>