Shades of Mandys Pink #FEB8A1
Tints of Mandys Pink #FEB8A1
RGB
CMYK
RGB Variations
Color information
#FEB8A1 (or 0xFEB8A1) is known color: Mandys Pink. HEX triplet: FE, B8 and A1. RGB value is (254,184,161). Sum of RGB (Red+Green+Blue) = 254+184+161=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8A1 is #01475E. Grayscale: #CACACA. Windows color (decimal): -83807 or 10598654. OLE color: 10598654.
HSL color Cylindrical-coordinate representation of color #FEB8A1: hue angle of 14.84º 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 #FEB8A1 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 161 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.00 |
| HSL | 14.84º | 0.98% | 0.81% | - |
| HSV(B) | 14.84º | 0.37% | 1% | - |
| XYZ | 64.45 | 57.93 | 41.5 | - |
| YUV | 202.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 161 | 0 | 0.28 | 0.37 | 0.00 | 14.84 | 0.98 | 0.81 |
| Hex | FE | B8 | A1 | 0 | 1C | 25 | 0 | F | 62 | 51 |
| Octal | 376 | 270 | 241 | 0 | 34 | 45 | 0 | 17 | 142 | 121 |
| Binary | 11111110 | 10111000 | 10100001 | 0 | 11100 | 100101 | 0 | 1111 | 1100010 | 1010001 |
Color Harmonies of #FEB8A1
Complementary color
Monochromatic Colors of #FEB8A1
Black with #FEB8A1
Text Example
Text Example
White with #FEB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8A1; }
p { color: rgb(254,184,161); }
H1.HeaderClassName
{
color: #FEB8A1;
}
.AnyTagClassName
{
color: #FEB8A1;
}
</style>
background-color css
<style>
a { background-color: #FEB8A1; }
a { background-color: rgb(254,184,161); }
div.DivClassName
{
background-color: #FEB8A1;
}
.BgClassName
{
background-color: #FEB8A1;
}
</style>
border-color css
<style>
span { border-color: #FEB8A1; }
span { border-color: rgb(254,184,161); }
td.TdClassName
{
border-color: #FEB8A1;
}
.TagClassName
{
border-color: #FEB8A1;
}
</style>