Shades of Selago #FEE0FC
Tints of Selago #FEE0FC
RGB
CMYK
RGB Variations
Color information
#FEE0FC (or 0xFEE0FC) is known color: Selago. HEX triplet: FE, E0 and FC. RGB value is (254,224,252). Sum of RGB (Red+Green+Blue) = 254+224+252=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 224 (87.89% from 255 or 30.68% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FC is #011F03. Grayscale: #ECECEC. Windows color (decimal): -73476 or 16572670. OLE color: 16572670.
HSL color Cylindrical-coordinate representation of color #FEE0FC: hue angle of 304º 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 #FEE0FC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 252 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.00 |
| HSL | 304º | 0.94% | 0.94% | - |
| HSV(B) | 304º | 0.12% | 1% | - |
| XYZ | 85.1 | 81.41 | 103.32 | - |
| YUV | 236.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 252 | 0 | 0.12 | 0.01 | 0.00 | 304 | 0.94 | 0.94 |
| Hex | FE | E0 | FC | 0 | C | 1 | 0 | 130 | 5E | 5E |
| Octal | 376 | 340 | 374 | 0 | 14 | 1 | 0 | 460 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11111100 | 0 | 1100 | 1 | 0 | 100110000 | 1011110 | 1011110 |
Color Harmonies of #FEE0FC
Complementary color
Monochromatic Colors of #FEE0FC
Black with #FEE0FC
Text Example
Text Example
White with #FEE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0FC; }
p { color: rgb(254,224,252); }
H1.HeaderClassName
{
color: #FEE0FC;
}
.AnyTagClassName
{
color: #FEE0FC;
}
</style>
background-color css
<style>
a { background-color: #FEE0FC; }
a { background-color: rgb(254,224,252); }
div.DivClassName
{
background-color: #FEE0FC;
}
.BgClassName
{
background-color: #FEE0FC;
}
</style>
border-color css
<style>
span { border-color: #FEE0FC; }
span { border-color: rgb(254,224,252); }
td.TdClassName
{
border-color: #FEE0FC;
}
.TagClassName
{
border-color: #FEE0FC;
}
</style>