Shades of Selago #FEE4FB
Tints of Selago #FEE4FB
RGB
CMYK
RGB Variations
Color information
#FEE4FB (or 0xFEE4FB) is known color: Selago. HEX triplet: FE, E4 and FB. RGB value is (254,228,251). Sum of RGB (Red+Green+Blue) = 254+228+251=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 251 (98.44% from 255 or 34.24% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4FB is #011B04. Grayscale: #EEEEEE. Windows color (decimal): -72453 or 16508158. OLE color: 16508158.
HSL color Cylindrical-coordinate representation of color #FEE4FB: hue angle of 306.92º 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 #FEE4FB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 251 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.00 |
| HSL | 306.92º | 0.93% | 0.95% | - |
| HSV(B) | 306.92º | 0.1% | 1% | - |
| XYZ | 86.03 | 83.52 | 102.85 | - |
| YUV | 238.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 251 | 0 | 0.10 | 0.01 | 0.00 | 306.92 | 0.93 | 0.95 |
| Hex | FE | E4 | FB | 0 | A | 1 | 0 | 133 | 5D | 5F |
| Octal | 376 | 344 | 373 | 0 | 12 | 1 | 0 | 463 | 135 | 137 |
| Binary | 11111110 | 11100100 | 11111011 | 0 | 1010 | 1 | 0 | 100110011 | 1011101 | 1011111 |
Color Harmonies of #FEE4FB
Complementary color
Monochromatic Colors of #FEE4FB
Black with #FEE4FB
Text Example
Text Example
White with #FEE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4FB; }
p { color: rgb(254,228,251); }
H1.HeaderClassName
{
color: #FEE4FB;
}
.AnyTagClassName
{
color: #FEE4FB;
}
</style>
background-color css
<style>
a { background-color: #FEE4FB; }
a { background-color: rgb(254,228,251); }
div.DivClassName
{
background-color: #FEE4FB;
}
.BgClassName
{
background-color: #FEE4FB;
}
</style>
border-color css
<style>
span { border-color: #FEE4FB; }
span { border-color: rgb(254,228,251); }
td.TdClassName
{
border-color: #FEE4FB;
}
.TagClassName
{
border-color: #FEE4FB;
}
</style>