Shades of Selago #FFE0FD
Tints of Selago #FFE0FD
RGB
CMYK
RGB Variations
Color information
#FFE0FD (or 0xFFE0FD) is known color: Selago. HEX triplet: FF, E0 and FD. RGB value is (255,224,253). Sum of RGB (Red+Green+Blue) = 255+224+253=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 224 (87.89% from 255 or 30.60% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FD is #001F02. Grayscale: #ECECEC. Windows color (decimal): -7939 or 16638207. OLE color: 16638207.
HSL color Cylindrical-coordinate representation of color #FFE0FD: hue angle of 303.87º 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 #FFE0FD is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 253 | - |
| CMYK | 0 | 0.12 | 0.01 | 0 |
| HSL | 303.87º | 1% | 0.94% | - |
| HSV(B) | 303.87º | 0.12% | 1% | - |
| XYZ | 85.63 | 81.66 | 104.18 | - |
| YUV | 236.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 253 | 0 | 0.12 | 0.01 | 0 | 303.87 | 1 | 0.94 |
| Hex | FF | E0 | FD | 0 | C | 1 | 0 | 130 | 64 | 5E |
| Octal | 377 | 340 | 375 | 0 | 14 | 1 | 0 | 460 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11111101 | 0 | 1100 | 1 | 0 | 100110000 | 1100100 | 1011110 |
Color Harmonies of #FFE0FD
Complementary color
Monochromatic Colors of #FFE0FD
Black with #FFE0FD
Text Example
Text Example
White with #FFE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0FD; }
p { color: rgb(255,224,253); }
H1.HeaderClassName
{
color: #FFE0FD;
}
.AnyTagClassName
{
color: #FFE0FD;
}
</style>
background-color css
<style>
a { background-color: #FFE0FD; }
a { background-color: rgb(255,224,253); }
div.DivClassName
{
background-color: #FFE0FD;
}
.BgClassName
{
background-color: #FFE0FD;
}
</style>
border-color css
<style>
span { border-color: #FFE0FD; }
span { border-color: rgb(255,224,253); }
td.TdClassName
{
border-color: #FFE0FD;
}
.TagClassName
{
border-color: #FFE0FD;
}
</style>