Shades of Mandys Pink #FEBA99
Tints of Mandys Pink #FEBA99
RGB
CMYK
RGB Variations
Color information
#FEBA99 (or 0xFEBA99) is known color: Mandys Pink. HEX triplet: FE, BA and 99. RGB value is (254,186,153). Sum of RGB (Red+Green+Blue) = 254+186+153=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA99 is #014566. Grayscale: #CACACA. Windows color (decimal): -83303 or 10074878. OLE color: 10074878.
HSL color Cylindrical-coordinate representation of color #FEBA99: hue angle of 19.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEBA99 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 153 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.00 |
| HSL | 19.6º | 0.98% | 0.8% | - |
| HSV(B) | 19.6º | 0.4% | 1% | - |
| XYZ | 64.18 | 58.49 | 38.04 | - |
| YUV | 202.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 153 | 0 | 0.27 | 0.40 | 0.00 | 19.6 | 0.98 | 0.8 |
| Hex | FE | BA | 99 | 0 | 1B | 28 | 0 | 14 | 62 | 50 |
| Octal | 376 | 272 | 231 | 0 | 33 | 50 | 0 | 24 | 142 | 120 |
| Binary | 11111110 | 10111010 | 10011001 | 0 | 11011 | 101000 | 0 | 10100 | 1100010 | 1010000 |
Color Harmonies of #FEBA99
Complementary color
Monochromatic Colors of #FEBA99
Black with #FEBA99
Text Example
Text Example
White with #FEBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA99; }
p { color: rgb(254,186,153); }
H1.HeaderClassName
{
color: #FEBA99;
}
.AnyTagClassName
{
color: #FEBA99;
}
</style>
background-color css
<style>
a { background-color: #FEBA99; }
a { background-color: rgb(254,186,153); }
div.DivClassName
{
background-color: #FEBA99;
}
.BgClassName
{
background-color: #FEBA99;
}
</style>
border-color css
<style>
span { border-color: #FEBA99; }
span { border-color: rgb(254,186,153); }
td.TdClassName
{
border-color: #FEBA99;
}
.TagClassName
{
border-color: #FEBA99;
}
</style>