Shades of Selago #FFE5FB
Tints of Selago #FFE5FB
RGB
CMYK
RGB Variations
Color information
#FFE5FB (or 0xFFE5FB) is known color: Selago. HEX triplet: FF, E5 and FB. RGB value is (255,229,251). Sum of RGB (Red+Green+Blue) = 255+229+251=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 229 (89.84% from 255 or 31.16% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FB is #001A04. Grayscale: #EFEFEF. Windows color (decimal): -6661 or 16508415. OLE color: 16508415.
HSL color Cylindrical-coordinate representation of color #FFE5FB: hue angle of 309.23º 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 #FFE5FB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 251 | - |
| CMYK | 0 | 0.10 | 0.02 | 0 |
| HSL | 309.23º | 1% | 0.95% | - |
| HSV(B) | 309.23º | 0.1% | 1% | - |
| XYZ | 86.67 | 84.26 | 102.96 | - |
| YUV | 239.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 251 | 0 | 0.10 | 0.02 | 0 | 309.23 | 1 | 0.95 |
| Hex | FF | E5 | FB | 0 | A | 2 | 0 | 135 | 64 | 5F |
| Octal | 377 | 345 | 373 | 0 | 12 | 2 | 0 | 465 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11111011 | 0 | 1010 | 10 | 0 | 100110101 | 1100100 | 1011111 |
Color Harmonies of #FFE5FB
Complementary color
Monochromatic Colors of #FFE5FB
Black with #FFE5FB
Text Example
Text Example
White with #FFE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5FB; }
p { color: rgb(255,229,251); }
H1.HeaderClassName
{
color: #FFE5FB;
}
.AnyTagClassName
{
color: #FFE5FB;
}
</style>
background-color css
<style>
a { background-color: #FFE5FB; }
a { background-color: rgb(255,229,251); }
div.DivClassName
{
background-color: #FFE5FB;
}
.BgClassName
{
background-color: #FFE5FB;
}
</style>
border-color css
<style>
span { border-color: #FFE5FB; }
span { border-color: rgb(255,229,251); }
td.TdClassName
{
border-color: #FFE5FB;
}
.TagClassName
{
border-color: #FFE5FB;
}
</style>