Shades of Mandys Pink #FEBBA1
Tints of Mandys Pink #FEBBA1
RGB
CMYK
RGB Variations
Color information
#FEBBA1 (or 0xFEBBA1) is known color: Mandys Pink. HEX triplet: FE, BB and A1. RGB value is (254,187,161). Sum of RGB (Red+Green+Blue) = 254+187+161=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA1 is #01445E. Grayscale: #CCCCCC. Windows color (decimal): -83039 or 10599422. OLE color: 10599422.
HSL color Cylindrical-coordinate representation of color #FEBBA1: hue angle of 16.77º 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 #FEBBA1 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 161 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.00 |
| HSL | 16.77º | 0.98% | 0.81% | - |
| HSV(B) | 16.77º | 0.37% | 1% | - |
| XYZ | 65.08 | 59.18 | 41.71 | - |
| YUV | 204.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 161 | 0 | 0.26 | 0.37 | 0.00 | 16.77 | 0.98 | 0.81 |
| Hex | FE | BB | A1 | 0 | 1A | 25 | 0 | 11 | 62 | 51 |
| Octal | 376 | 273 | 241 | 0 | 32 | 45 | 0 | 21 | 142 | 121 |
| Binary | 11111110 | 10111011 | 10100001 | 0 | 11010 | 100101 | 0 | 10001 | 1100010 | 1010001 |
Color Harmonies of #FEBBA1
Complementary color
Monochromatic Colors of #FEBBA1
Black with #FEBBA1
Text Example
Text Example
White with #FEBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBA1; }
p { color: rgb(254,187,161); }
H1.HeaderClassName
{
color: #FEBBA1;
}
.AnyTagClassName
{
color: #FEBBA1;
}
</style>
background-color css
<style>
a { background-color: #FEBBA1; }
a { background-color: rgb(254,187,161); }
div.DivClassName
{
background-color: #FEBBA1;
}
.BgClassName
{
background-color: #FEBBA1;
}
</style>
border-color css
<style>
span { border-color: #FEBBA1; }
span { border-color: rgb(254,187,161); }
td.TdClassName
{
border-color: #FEBBA1;
}
.TagClassName
{
border-color: #FEBBA1;
}
</style>