Shades of Mandys Pink #FEBA98
Tints of Mandys Pink #FEBA98
RGB
CMYK
RGB Variations
Color information
#FEBA98 (or 0xFEBA98) is known color: Mandys Pink. HEX triplet: FE, BA and 98. RGB value is (254,186,152). Sum of RGB (Red+Green+Blue) = 254+186+152=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA98 is #014567. Grayscale: #CACACA. Windows color (decimal): -83304 or 10009342. OLE color: 10009342.
HSL color Cylindrical-coordinate representation of color #FEBA98: hue angle of 20º 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 #FEBA98 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 152 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.00 |
| HSL | 20º | 0.98% | 0.8% | - |
| HSV(B) | 20º | 0.4% | 1% | - |
| XYZ | 64.1 | 58.46 | 37.61 | - |
| YUV | 202.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 152 | 0 | 0.27 | 0.40 | 0.00 | 20 | 0.98 | 0.8 |
| Hex | FE | BA | 98 | 0 | 1B | 28 | 0 | 14 | 62 | 50 |
| Octal | 376 | 272 | 230 | 0 | 33 | 50 | 0 | 24 | 142 | 120 |
| Binary | 11111110 | 10111010 | 10011000 | 0 | 11011 | 101000 | 0 | 10100 | 1100010 | 1010000 |
Color Harmonies of #FEBA98
Complementary color
Monochromatic Colors of #FEBA98
Black with #FEBA98
Text Example
Text Example
White with #FEBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA98; }
p { color: rgb(254,186,152); }
H1.HeaderClassName
{
color: #FEBA98;
}
.AnyTagClassName
{
color: #FEBA98;
}
</style>
background-color css
<style>
a { background-color: #FEBA98; }
a { background-color: rgb(254,186,152); }
div.DivClassName
{
background-color: #FEBA98;
}
.BgClassName
{
background-color: #FEBA98;
}
</style>
border-color css
<style>
span { border-color: #FEBA98; }
span { border-color: rgb(254,186,152); }
td.TdClassName
{
border-color: #FEBA98;
}
.TagClassName
{
border-color: #FEBA98;
}
</style>