Shades of Mandys Pink #FEBCA0
Tints of Mandys Pink #FEBCA0
RGB
CMYK
RGB Variations
Color information
#FEBCA0 (or 0xFEBCA0) is known color: Mandys Pink. HEX triplet: FE, BC and A0. RGB value is (254,188,160). Sum of RGB (Red+Green+Blue) = 254+188+160=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA0 is #01435F. Grayscale: #CCCCCC. Windows color (decimal): -82784 or 10534142. OLE color: 10534142.
HSL color Cylindrical-coordinate representation of color #FEBCA0: hue angle of 17.87º 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 #FEBCA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 160 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.00 |
| HSL | 17.87º | 0.98% | 0.81% | - |
| HSV(B) | 17.87º | 0.37% | 1% | - |
| XYZ | 65.2 | 59.58 | 41.32 | - |
| YUV | 204.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 160 | 0 | 0.26 | 0.37 | 0.00 | 17.87 | 0.98 | 0.81 |
| Hex | FE | BC | A0 | 0 | 1A | 25 | 0 | 12 | 62 | 51 |
| Octal | 376 | 274 | 240 | 0 | 32 | 45 | 0 | 22 | 142 | 121 |
| Binary | 11111110 | 10111100 | 10100000 | 0 | 11010 | 100101 | 0 | 10010 | 1100010 | 1010001 |
Color Harmonies of #FEBCA0
Complementary color
Monochromatic Colors of #FEBCA0
Black with #FEBCA0
Text Example
Text Example
White with #FEBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCA0; }
p { color: rgb(254,188,160); }
H1.HeaderClassName
{
color: #FEBCA0;
}
.AnyTagClassName
{
color: #FEBCA0;
}
</style>
background-color css
<style>
a { background-color: #FEBCA0; }
a { background-color: rgb(254,188,160); }
div.DivClassName
{
background-color: #FEBCA0;
}
.BgClassName
{
background-color: #FEBCA0;
}
</style>
border-color css
<style>
span { border-color: #FEBCA0; }
span { border-color: rgb(254,188,160); }
td.TdClassName
{
border-color: #FEBCA0;
}
.TagClassName
{
border-color: #FEBCA0;
}
</style>