Shades of Selago #FFE5FC
Tints of Selago #FFE5FC
RGB
CMYK
RGB Variations
Color information
#FFE5FC (or 0xFFE5FC) is known color: Selago. HEX triplet: FF, E5 and FC. RGB value is (255,229,252). Sum of RGB (Red+Green+Blue) = 255+229+252=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 229 (89.84% from 255 or 31.11% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FC is #001A03. Grayscale: #EFEFEF. Windows color (decimal): -6660 or 16573951. OLE color: 16573951.
HSL color Cylindrical-coordinate representation of color #FFE5FC: hue angle of 306.92º 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 #FFE5FC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 252 | - |
| CMYK | 0 | 0.10 | 0.01 | 0 |
| HSL | 306.92º | 1% | 0.95% | - |
| HSV(B) | 306.92º | 0.1% | 1% | - |
| XYZ | 86.83 | 84.33 | 103.8 | - |
| YUV | 239.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 252 | 0 | 0.10 | 0.01 | 0 | 306.92 | 1 | 0.95 |
| Hex | FF | E5 | FC | 0 | A | 1 | 0 | 133 | 64 | 5F |
| Octal | 377 | 345 | 374 | 0 | 12 | 1 | 0 | 463 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11111100 | 0 | 1010 | 1 | 0 | 100110011 | 1100100 | 1011111 |
Color Harmonies of #FFE5FC
Complementary color
Monochromatic Colors of #FFE5FC
Black with #FFE5FC
Text Example
Text Example
White with #FFE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5FC; }
p { color: rgb(255,229,252); }
H1.HeaderClassName
{
color: #FFE5FC;
}
.AnyTagClassName
{
color: #FFE5FC;
}
</style>
background-color css
<style>
a { background-color: #FFE5FC; }
a { background-color: rgb(255,229,252); }
div.DivClassName
{
background-color: #FFE5FC;
}
.BgClassName
{
background-color: #FFE5FC;
}
</style>
border-color css
<style>
span { border-color: #FFE5FC; }
span { border-color: rgb(255,229,252); }
td.TdClassName
{
border-color: #FFE5FC;
}
.TagClassName
{
border-color: #FFE5FC;
}
</style>