Shades of Mandys Pink #FEB9A0
Tints of Mandys Pink #FEB9A0
RGB
CMYK
RGB Variations
Color information
#FEB9A0 (or 0xFEB9A0) is known color: Mandys Pink. HEX triplet: FE, B9 and A0. RGB value is (254,185,160). Sum of RGB (Red+Green+Blue) = 254+185+160=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A0 is #01465F. Grayscale: #CACACA. Windows color (decimal): -83552 or 10533374. OLE color: 10533374.
HSL color Cylindrical-coordinate representation of color #FEB9A0: hue angle of 15.96º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEB9A0 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 160 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.00 |
| HSL | 15.96º | 0.98% | 0.81% | - |
| HSV(B) | 15.96º | 0.37% | 1% | - |
| XYZ | 64.57 | 58.31 | 41.11 | - |
| YUV | 202.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 160 | 0 | 0.27 | 0.37 | 0.00 | 15.96 | 0.98 | 0.81 |
| Hex | FE | B9 | A0 | 0 | 1B | 25 | 0 | 10 | 62 | 51 |
| Octal | 376 | 271 | 240 | 0 | 33 | 45 | 0 | 20 | 142 | 121 |
| Binary | 11111110 | 10111001 | 10100000 | 0 | 11011 | 100101 | 0 | 10000 | 1100010 | 1010001 |
Color Harmonies of #FEB9A0
Complementary color
Monochromatic Colors of #FEB9A0
Black with #FEB9A0
Text Example
Text Example
White with #FEB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9A0; }
p { color: rgb(254,185,160); }
H1.HeaderClassName
{
color: #FEB9A0;
}
.AnyTagClassName
{
color: #FEB9A0;
}
</style>
background-color css
<style>
a { background-color: #FEB9A0; }
a { background-color: rgb(254,185,160); }
div.DivClassName
{
background-color: #FEB9A0;
}
.BgClassName
{
background-color: #FEB9A0;
}
</style>
border-color css
<style>
span { border-color: #FEB9A0; }
span { border-color: rgb(254,185,160); }
td.TdClassName
{
border-color: #FEB9A0;
}
.TagClassName
{
border-color: #FEB9A0;
}
</style>