Shades of Mandys Pink #FEBA8E
Tints of Mandys Pink #FEBA8E
RGB
CMYK
RGB Variations
Color information
#FEBA8E (or 0xFEBA8E) is known color: Mandys Pink. HEX triplet: FE, BA and 8E. RGB value is (254,186,142). Sum of RGB (Red+Green+Blue) = 254+186+142=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA8E is #014571. Grayscale: #C9C9C9. Windows color (decimal): -83314 or 9353982. OLE color: 9353982.
HSL color Cylindrical-coordinate representation of color #FEBA8E: hue angle of 23.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEBA8E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 142 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.00 |
| HSL | 23.57º | 0.98% | 0.78% | - |
| HSV(B) | 23.57º | 0.44% | 1% | - |
| XYZ | 63.31 | 58.14 | 33.48 | - |
| YUV | 201.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 142 | 0 | 0.27 | 0.44 | 0.00 | 23.57 | 0.98 | 0.78 |
| Hex | FE | BA | 8E | 0 | 1B | 2C | 0 | 18 | 62 | 4E |
| Octal | 376 | 272 | 216 | 0 | 33 | 54 | 0 | 30 | 142 | 116 |
| Binary | 11111110 | 10111010 | 10001110 | 0 | 11011 | 101100 | 0 | 11000 | 1100010 | 1001110 |
Color Harmonies of #FEBA8E
Complementary color
Monochromatic Colors of #FEBA8E
Black with #FEBA8E
Text Example
Text Example
White with #FEBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA8E; }
p { color: rgb(254,186,142); }
H1.HeaderClassName
{
color: #FEBA8E;
}
.AnyTagClassName
{
color: #FEBA8E;
}
</style>
background-color css
<style>
a { background-color: #FEBA8E; }
a { background-color: rgb(254,186,142); }
div.DivClassName
{
background-color: #FEBA8E;
}
.BgClassName
{
background-color: #FEBA8E;
}
</style>
border-color css
<style>
span { border-color: #FEBA8E; }
span { border-color: rgb(254,186,142); }
td.TdClassName
{
border-color: #FEBA8E;
}
.TagClassName
{
border-color: #FEBA8E;
}
</style>