Shades of Selago #FFE0FC
Tints of Selago #FFE0FC
RGB
CMYK
RGB Variations
Color information
#FFE0FC (or 0xFFE0FC) is known color: Selago. HEX triplet: FF, E0 and FC. RGB value is (255,224,252). Sum of RGB (Red+Green+Blue) = 255+224+252=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 224 (87.89% from 255 or 30.64% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FC is #001F03. Grayscale: #ECECEC. Windows color (decimal): -7940 or 16572671. OLE color: 16572671.
HSL color Cylindrical-coordinate representation of color #FFE0FC: hue angle of 305.81º 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 #FFE0FC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 252 | - |
| CMYK | 0 | 0.12 | 0.01 | 0 |
| HSL | 305.81º | 1% | 0.94% | - |
| HSV(B) | 305.81º | 0.12% | 1% | - |
| XYZ | 85.47 | 81.6 | 103.34 | - |
| YUV | 236.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 252 | 0 | 0.12 | 0.01 | 0 | 305.81 | 1 | 0.94 |
| Hex | FF | E0 | FC | 0 | C | 1 | 0 | 132 | 64 | 5E |
| Octal | 377 | 340 | 374 | 0 | 14 | 1 | 0 | 462 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11111100 | 0 | 1100 | 1 | 0 | 100110010 | 1100100 | 1011110 |
Color Harmonies of #FFE0FC
Complementary color
Monochromatic Colors of #FFE0FC
Black with #FFE0FC
Text Example
Text Example
White with #FFE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0FC; }
p { color: rgb(255,224,252); }
H1.HeaderClassName
{
color: #FFE0FC;
}
.AnyTagClassName
{
color: #FFE0FC;
}
</style>
background-color css
<style>
a { background-color: #FFE0FC; }
a { background-color: rgb(255,224,252); }
div.DivClassName
{
background-color: #FFE0FC;
}
.BgClassName
{
background-color: #FFE0FC;
}
</style>
border-color css
<style>
span { border-color: #FFE0FC; }
span { border-color: rgb(255,224,252); }
td.TdClassName
{
border-color: #FFE0FC;
}
.TagClassName
{
border-color: #FFE0FC;
}
</style>