Shades of Selago #FEE5FB
Tints of Selago #FEE5FB
RGB
CMYK
RGB Variations
Color information
#FEE5FB (or 0xFEE5FB) is known color: Selago. HEX triplet: FE, E5 and FB. RGB value is (254,229,251). Sum of RGB (Red+Green+Blue) = 254+229+251=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FB is #011A04. Grayscale: #EEEEEE. Windows color (decimal): -72197 or 16508414. OLE color: 16508414.
HSL color Cylindrical-coordinate representation of color #FEE5FB: hue angle of 307.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5FB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 251 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.00 |
| HSL | 307.2º | 0.93% | 0.95% | - |
| HSV(B) | 307.2º | 0.1% | 1% | - |
| XYZ | 86.3 | 84.07 | 102.95 | - |
| YUV | 238.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 251 | 0 | 0.10 | 0.01 | 0.00 | 307.2 | 0.93 | 0.95 |
| Hex | FE | E5 | FB | 0 | A | 1 | 0 | 133 | 5D | 5F |
| Octal | 376 | 345 | 373 | 0 | 12 | 1 | 0 | 463 | 135 | 137 |
| Binary | 11111110 | 11100101 | 11111011 | 0 | 1010 | 1 | 0 | 100110011 | 1011101 | 1011111 |
Color Harmonies of #FEE5FB
Complementary color
Monochromatic Colors of #FEE5FB
Black with #FEE5FB
Text Example
Text Example
White with #FEE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5FB; }
p { color: rgb(254,229,251); }
H1.HeaderClassName
{
color: #FEE5FB;
}
.AnyTagClassName
{
color: #FEE5FB;
}
</style>
background-color css
<style>
a { background-color: #FEE5FB; }
a { background-color: rgb(254,229,251); }
div.DivClassName
{
background-color: #FEE5FB;
}
.BgClassName
{
background-color: #FEE5FB;
}
</style>
border-color css
<style>
span { border-color: #FEE5FB; }
span { border-color: rgb(254,229,251); }
td.TdClassName
{
border-color: #FEE5FB;
}
.TagClassName
{
border-color: #FEE5FB;
}
</style>