Shades of Mandys Pink #FEBAA1
Tints of Mandys Pink #FEBAA1
RGB
CMYK
RGB Variations
Color information
#FEBAA1 (or 0xFEBAA1) is known color: Mandys Pink. HEX triplet: FE, BA and A1. RGB value is (254,186,161). Sum of RGB (Red+Green+Blue) = 254+186+161=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA1 is #01455E. Grayscale: #CBCBCB. Windows color (decimal): -83295 or 10599166. OLE color: 10599166.
HSL color Cylindrical-coordinate representation of color #FEBAA1: hue angle of 16.13º 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 #FEBAA1 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 161 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.00 |
| HSL | 16.13º | 0.98% | 0.81% | - |
| HSV(B) | 16.13º | 0.37% | 1% | - |
| XYZ | 64.86 | 58.76 | 41.64 | - |
| YUV | 203.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 161 | 0 | 0.27 | 0.37 | 0.00 | 16.13 | 0.98 | 0.81 |
| Hex | FE | BA | A1 | 0 | 1B | 25 | 0 | 10 | 62 | 51 |
| Octal | 376 | 272 | 241 | 0 | 33 | 45 | 0 | 20 | 142 | 121 |
| Binary | 11111110 | 10111010 | 10100001 | 0 | 11011 | 100101 | 0 | 10000 | 1100010 | 1010001 |
Color Harmonies of #FEBAA1
Complementary color
Monochromatic Colors of #FEBAA1
Black with #FEBAA1
Text Example
Text Example
White with #FEBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAA1; }
p { color: rgb(254,186,161); }
H1.HeaderClassName
{
color: #FEBAA1;
}
.AnyTagClassName
{
color: #FEBAA1;
}
</style>
background-color css
<style>
a { background-color: #FEBAA1; }
a { background-color: rgb(254,186,161); }
div.DivClassName
{
background-color: #FEBAA1;
}
.BgClassName
{
background-color: #FEBAA1;
}
</style>
border-color css
<style>
span { border-color: #FEBAA1; }
span { border-color: rgb(254,186,161); }
td.TdClassName
{
border-color: #FEBAA1;
}
.TagClassName
{
border-color: #FEBAA1;
}
</style>