Shades of Selago #FEE0FB
Tints of Selago #FEE0FB
RGB
CMYK
RGB Variations
Color information
#FEE0FB (or 0xFEE0FB) is known color: Selago. HEX triplet: FE, E0 and FB. RGB value is (254,224,251). Sum of RGB (Red+Green+Blue) = 254+224+251=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 224 (87.89% from 255 or 30.73% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FB is #011F04. Grayscale: #EBEBEB. Windows color (decimal): -73477 or 16507134. OLE color: 16507134.
HSL color Cylindrical-coordinate representation of color #FEE0FB: hue angle of 306º 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 #FEE0FB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 251 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.00 |
| HSL | 306º | 0.94% | 0.94% | - |
| HSV(B) | 306º | 0.12% | 1% | - |
| XYZ | 84.94 | 81.35 | 102.49 | - |
| YUV | 236.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 251 | 0 | 0.12 | 0.01 | 0.00 | 306 | 0.94 | 0.94 |
| Hex | FE | E0 | FB | 0 | C | 1 | 0 | 132 | 5E | 5E |
| Octal | 376 | 340 | 373 | 0 | 14 | 1 | 0 | 462 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11111011 | 0 | 1100 | 1 | 0 | 100110010 | 1011110 | 1011110 |
Color Harmonies of #FEE0FB
Complementary color
Monochromatic Colors of #FEE0FB
Black with #FEE0FB
Text Example
Text Example
White with #FEE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0FB; }
p { color: rgb(254,224,251); }
H1.HeaderClassName
{
color: #FEE0FB;
}
.AnyTagClassName
{
color: #FEE0FB;
}
</style>
background-color css
<style>
a { background-color: #FEE0FB; }
a { background-color: rgb(254,224,251); }
div.DivClassName
{
background-color: #FEE0FB;
}
.BgClassName
{
background-color: #FEE0FB;
}
</style>
border-color css
<style>
span { border-color: #FEE0FB; }
span { border-color: rgb(254,224,251); }
td.TdClassName
{
border-color: #FEE0FB;
}
.TagClassName
{
border-color: #FEE0FB;
}
</style>