Shades of Selago #FEE1FC
Tints of Selago #FEE1FC
RGB
CMYK
RGB Variations
Color information
#FEE1FC (or 0xFEE1FC) is known color: Selago. HEX triplet: FE, E1 and FC. RGB value is (254,225,252). Sum of RGB (Red+Green+Blue) = 254+225+252=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1FC is #011E03. Grayscale: #ECECEC. Windows color (decimal): -73220 or 16572926. OLE color: 16572926.
HSL color Cylindrical-coordinate representation of color #FEE1FC: hue angle of 304.14º 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 #FEE1FC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 252 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.00 |
| HSL | 304.14º | 0.94% | 0.94% | - |
| HSV(B) | 304.14º | 0.11% | 1% | - |
| XYZ | 85.37 | 81.95 | 103.41 | - |
| YUV | 236.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 252 | 0 | 0.11 | 0.01 | 0.00 | 304.14 | 0.94 | 0.94 |
| Hex | FE | E1 | FC | 0 | B | 1 | 0 | 130 | 5E | 5E |
| Octal | 376 | 341 | 374 | 0 | 13 | 1 | 0 | 460 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11111100 | 0 | 1011 | 1 | 0 | 100110000 | 1011110 | 1011110 |
Color Harmonies of #FEE1FC
Complementary color
Monochromatic Colors of #FEE1FC
Black with #FEE1FC
Text Example
Text Example
White with #FEE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1FC; }
p { color: rgb(254,225,252); }
H1.HeaderClassName
{
color: #FEE1FC;
}
.AnyTagClassName
{
color: #FEE1FC;
}
</style>
background-color css
<style>
a { background-color: #FEE1FC; }
a { background-color: rgb(254,225,252); }
div.DivClassName
{
background-color: #FEE1FC;
}
.BgClassName
{
background-color: #FEE1FC;
}
</style>
border-color css
<style>
span { border-color: #FEE1FC; }
span { border-color: rgb(254,225,252); }
td.TdClassName
{
border-color: #FEE1FC;
}
.TagClassName
{
border-color: #FEE1FC;
}
</style>