Shades of Selago #FFE9FC
Tints of Selago #FFE9FC
RGB
CMYK
RGB Variations
Color information
#FFE9FC (or 0xFFE9FC) is known color: Selago. HEX triplet: FF, E9 and FC. RGB value is (255,233,252). Sum of RGB (Red+Green+Blue) = 255+233+252=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 233 (91.41% from 255 or 31.49% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9FC is #001603. Grayscale: #F1F1F1. Windows color (decimal): -5636 or 16574975. OLE color: 16574975.
HSL color Cylindrical-coordinate representation of color #FFE9FC: hue angle of 308.18º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE9FC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 252 | - |
| CMYK | 0 | 0.09 | 0.01 | 0 |
| HSL | 308.18º | 1% | 0.96% | - |
| HSV(B) | 308.18º | 0.09% | 1% | - |
| XYZ | 87.95 | 86.57 | 104.17 | - |
| YUV | 241.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 252 | 0 | 0.09 | 0.01 | 0 | 308.18 | 1 | 0.96 |
| Hex | FF | E9 | FC | 0 | 9 | 1 | 0 | 134 | 64 | 60 |
| Octal | 377 | 351 | 374 | 0 | 11 | 1 | 0 | 464 | 144 | 140 |
| Binary | 11111111 | 11101001 | 11111100 | 0 | 1001 | 1 | 0 | 100110100 | 1100100 | 1100000 |
Color Harmonies of #FFE9FC
Complementary color
Monochromatic Colors of #FFE9FC
Black with #FFE9FC
Text Example
Text Example
White with #FFE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9FC; }
p { color: rgb(255,233,252); }
H1.HeaderClassName
{
color: #FFE9FC;
}
.AnyTagClassName
{
color: #FFE9FC;
}
</style>
background-color css
<style>
a { background-color: #FFE9FC; }
a { background-color: rgb(255,233,252); }
div.DivClassName
{
background-color: #FFE9FC;
}
.BgClassName
{
background-color: #FFE9FC;
}
</style>
border-color css
<style>
span { border-color: #FFE9FC; }
span { border-color: rgb(255,233,252); }
td.TdClassName
{
border-color: #FFE9FC;
}
.TagClassName
{
border-color: #FFE9FC;
}
</style>