Shades of Mandys Pink #FEB8A0
Tints of Mandys Pink #FEB8A0
RGB
CMYK
RGB Variations
Color information
#FEB8A0 (or 0xFEB8A0) is known color: Mandys Pink. HEX triplet: FE, B8 and A0. RGB value is (254,184,160). Sum of RGB (Red+Green+Blue) = 254+184+160=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8A0 is #01475F. Grayscale: #CACACA. Windows color (decimal): -83808 or 10533118. OLE color: 10533118.
HSL color Cylindrical-coordinate representation of color #FEB8A0: hue angle of 15.32º 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 #FEB8A0 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 160 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.00 |
| HSL | 15.32º | 0.98% | 0.81% | - |
| HSV(B) | 15.32º | 0.37% | 1% | - |
| XYZ | 64.36 | 57.89 | 41.04 | - |
| YUV | 202.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 160 | 0 | 0.28 | 0.37 | 0.00 | 15.32 | 0.98 | 0.81 |
| Hex | FE | B8 | A0 | 0 | 1C | 25 | 0 | F | 62 | 51 |
| Octal | 376 | 270 | 240 | 0 | 34 | 45 | 0 | 17 | 142 | 121 |
| Binary | 11111110 | 10111000 | 10100000 | 0 | 11100 | 100101 | 0 | 1111 | 1100010 | 1010001 |
Color Harmonies of #FEB8A0
Complementary color
Monochromatic Colors of #FEB8A0
Black with #FEB8A0
Text Example
Text Example
White with #FEB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8A0; }
p { color: rgb(254,184,160); }
H1.HeaderClassName
{
color: #FEB8A0;
}
.AnyTagClassName
{
color: #FEB8A0;
}
</style>
background-color css
<style>
a { background-color: #FEB8A0; }
a { background-color: rgb(254,184,160); }
div.DivClassName
{
background-color: #FEB8A0;
}
.BgClassName
{
background-color: #FEB8A0;
}
</style>
border-color css
<style>
span { border-color: #FEB8A0; }
span { border-color: rgb(254,184,160); }
td.TdClassName
{
border-color: #FEB8A0;
}
.TagClassName
{
border-color: #FEB8A0;
}
</style>