Shades of Selago #FFE5FA
Tints of Selago #FFE5FA
RGB
CMYK
RGB Variations
Color information
#FFE5FA (or 0xFFE5FA) is known color: Selago. HEX triplet: FF, E5 and FA. RGB value is (255,229,250). Sum of RGB (Red+Green+Blue) = 255+229+250=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FA is #001A05. Grayscale: #EFEFEF. Windows color (decimal): -6662 or 16442879. OLE color: 16442879.
HSL color Cylindrical-coordinate representation of color #FFE5FA: hue angle of 311.54º 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 #FFE5FA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 250 | - |
| CMYK | 0 | 0.10 | 0.02 | 0 |
| HSL | 311.54º | 1% | 0.95% | - |
| HSV(B) | 311.54º | 0.1% | 1% | - |
| XYZ | 86.51 | 84.2 | 102.14 | - |
| YUV | 239.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 250 | 0 | 0.10 | 0.02 | 0 | 311.54 | 1 | 0.95 |
| Hex | FF | E5 | FA | 0 | A | 2 | 0 | 138 | 64 | 5F |
| Octal | 377 | 345 | 372 | 0 | 12 | 2 | 0 | 470 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11111010 | 0 | 1010 | 10 | 0 | 100111000 | 1100100 | 1011111 |
Color Harmonies of #FFE5FA
Complementary color
Monochromatic Colors of #FFE5FA
Black with #FFE5FA
Text Example
Text Example
White with #FFE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5FA; }
p { color: rgb(255,229,250); }
H1.HeaderClassName
{
color: #FFE5FA;
}
.AnyTagClassName
{
color: #FFE5FA;
}
</style>
background-color css
<style>
a { background-color: #FFE5FA; }
a { background-color: rgb(255,229,250); }
div.DivClassName
{
background-color: #FFE5FA;
}
.BgClassName
{
background-color: #FFE5FA;
}
</style>
border-color css
<style>
span { border-color: #FFE5FA; }
span { border-color: rgb(255,229,250); }
td.TdClassName
{
border-color: #FFE5FA;
}
.TagClassName
{
border-color: #FFE5FA;
}
</style>