Shades of Selago #FEE0FD
Tints of Selago #FEE0FD
RGB
CMYK
RGB Variations
Color information
#FEE0FD (or 0xFEE0FD) is known color: Selago. HEX triplet: FE, E0 and FD. RGB value is (254,224,253). Sum of RGB (Red+Green+Blue) = 254+224+253=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 224 (87.89% from 255 or 30.64% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FD is #011F02. Grayscale: #ECECEC. Windows color (decimal): -73475 or 16638206. OLE color: 16638206.
HSL color Cylindrical-coordinate representation of color #FEE0FD: hue angle of 302º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0FD is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 253 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.00 |
| HSL | 302º | 0.94% | 0.94% | - |
| HSV(B) | 302º | 0.12% | 1% | - |
| XYZ | 85.26 | 81.47 | 104.16 | - |
| YUV | 236.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 253 | 0 | 0.12 | 0.00 | 0.00 | 302 | 0.94 | 0.94 |
| Hex | FE | E0 | FD | 0 | C | 0 | 0 | 12E | 5E | 5E |
| Octal | 376 | 340 | 375 | 0 | 14 | 0 | 0 | 456 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11111101 | 0 | 1100 | 0 | 0 | 100101110 | 1011110 | 1011110 |
Color Harmonies of #FEE0FD
Complementary color
Monochromatic Colors of #FEE0FD
Black with #FEE0FD
Text Example
Text Example
White with #FEE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0FD; }
p { color: rgb(254,224,253); }
H1.HeaderClassName
{
color: #FEE0FD;
}
.AnyTagClassName
{
color: #FEE0FD;
}
</style>
background-color css
<style>
a { background-color: #FEE0FD; }
a { background-color: rgb(254,224,253); }
div.DivClassName
{
background-color: #FEE0FD;
}
.BgClassName
{
background-color: #FEE0FD;
}
</style>
border-color css
<style>
span { border-color: #FEE0FD; }
span { border-color: rgb(254,224,253); }
td.TdClassName
{
border-color: #FEE0FD;
}
.TagClassName
{
border-color: #FEE0FD;
}
</style>