Shades of Mandys Pink #FEBB9E
Tints of Mandys Pink #FEBB9E
RGB
CMYK
RGB Variations
Color information
#FEBB9E (or 0xFEBB9E) is known color: Mandys Pink. HEX triplet: FE, BB and 9E. RGB value is (254,187,158). Sum of RGB (Red+Green+Blue) = 254+187+158=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBB9E is #014461. Grayscale: #CBCBCB. Windows color (decimal): -83042 or 10402814. OLE color: 10402814.
HSL color Cylindrical-coordinate representation of color #FEBB9E: hue angle of 18.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEBB9E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 158 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.00 |
| HSL | 18.13º | 0.98% | 0.81% | - |
| HSV(B) | 18.13º | 0.38% | 1% | - |
| XYZ | 64.81 | 59.08 | 40.34 | - |
| YUV | 203.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 158 | 0 | 0.26 | 0.38 | 0.00 | 18.13 | 0.98 | 0.81 |
| Hex | FE | BB | 9E | 0 | 1A | 26 | 0 | 12 | 62 | 51 |
| Octal | 376 | 273 | 236 | 0 | 32 | 46 | 0 | 22 | 142 | 121 |
| Binary | 11111110 | 10111011 | 10011110 | 0 | 11010 | 100110 | 0 | 10010 | 1100010 | 1010001 |
Color Harmonies of #FEBB9E
Complementary color
Monochromatic Colors of #FEBB9E
Black with #FEBB9E
Text Example
Text Example
White with #FEBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB9E; }
p { color: rgb(254,187,158); }
H1.HeaderClassName
{
color: #FEBB9E;
}
.AnyTagClassName
{
color: #FEBB9E;
}
</style>
background-color css
<style>
a { background-color: #FEBB9E; }
a { background-color: rgb(254,187,158); }
div.DivClassName
{
background-color: #FEBB9E;
}
.BgClassName
{
background-color: #FEBB9E;
}
</style>
border-color css
<style>
span { border-color: #FEBB9E; }
span { border-color: rgb(254,187,158); }
td.TdClassName
{
border-color: #FEBB9E;
}
.TagClassName
{
border-color: #FEBB9E;
}
</style>