Shades of Selago #FEE1FD
Tints of Selago #FEE1FD
RGB
CMYK
RGB Variations
Color information
#FEE1FD (or 0xFEE1FD) is known color: Selago. HEX triplet: FE, E1 and FD. RGB value is (254,225,253). Sum of RGB (Red+Green+Blue) = 254+225+253=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 225 (88.28% from 255 or 30.74% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1FD is #011E02. Grayscale: #ECECEC. Windows color (decimal): -73219 or 16638462. OLE color: 16638462.
HSL color Cylindrical-coordinate representation of color #FEE1FD: hue angle of 302.07º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1FD is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 253 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.00 |
| HSL | 302.07º | 0.94% | 0.94% | - |
| HSV(B) | 302.07º | 0.11% | 1% | - |
| XYZ | 85.53 | 82.01 | 104.25 | - |
| YUV | 236.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 253 | 0 | 0.11 | 0.00 | 0.00 | 302.07 | 0.94 | 0.94 |
| Hex | FE | E1 | FD | 0 | B | 0 | 0 | 12E | 5E | 5E |
| Octal | 376 | 341 | 375 | 0 | 13 | 0 | 0 | 456 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11111101 | 0 | 1011 | 0 | 0 | 100101110 | 1011110 | 1011110 |
Color Harmonies of #FEE1FD
Complementary color
Monochromatic Colors of #FEE1FD
Black with #FEE1FD
Text Example
Text Example
White with #FEE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1FD; }
p { color: rgb(254,225,253); }
H1.HeaderClassName
{
color: #FEE1FD;
}
.AnyTagClassName
{
color: #FEE1FD;
}
</style>
background-color css
<style>
a { background-color: #FEE1FD; }
a { background-color: rgb(254,225,253); }
div.DivClassName
{
background-color: #FEE1FD;
}
.BgClassName
{
background-color: #FEE1FD;
}
</style>
border-color css
<style>
span { border-color: #FEE1FD; }
span { border-color: rgb(254,225,253); }
td.TdClassName
{
border-color: #FEE1FD;
}
.TagClassName
{
border-color: #FEE1FD;
}
</style>