Shades of Mandys Pink #FEB398
Tints of Mandys Pink #FEB398
RGB
CMYK
RGB Variations
Color information
#FEB398 (or 0xFEB398) is known color: Mandys Pink. HEX triplet: FE, B3 and 98. RGB value is (254,179,152). Sum of RGB (Red+Green+Blue) = 254+179+152=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB398 is #014C67. Grayscale: #C6C6C6. Windows color (decimal): -85096 or 10007550. OLE color: 10007550.
HSL color Cylindrical-coordinate representation of color #FEB398: hue angle of 15.88º 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 #FEB398 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 152 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.00 |
| HSL | 15.88º | 0.98% | 0.8% | - |
| HSV(B) | 15.88º | 0.4% | 1% | - |
| XYZ | 62.66 | 55.58 | 37.13 | - |
| YUV | 198.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 152 | 0 | 0.30 | 0.40 | 0.00 | 15.88 | 0.98 | 0.8 |
| Hex | FE | B3 | 98 | 0 | 1E | 28 | 0 | 10 | 62 | 50 |
| Octal | 376 | 263 | 230 | 0 | 36 | 50 | 0 | 20 | 142 | 120 |
| Binary | 11111110 | 10110011 | 10011000 | 0 | 11110 | 101000 | 0 | 10000 | 1100010 | 1010000 |
Color Harmonies of #FEB398
Complementary color
Monochromatic Colors of #FEB398
Black with #FEB398
Text Example
Text Example
White with #FEB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB398; }
p { color: rgb(254,179,152); }
H1.HeaderClassName
{
color: #FEB398;
}
.AnyTagClassName
{
color: #FEB398;
}
</style>
background-color css
<style>
a { background-color: #FEB398; }
a { background-color: rgb(254,179,152); }
div.DivClassName
{
background-color: #FEB398;
}
.BgClassName
{
background-color: #FEB398;
}
</style>
border-color css
<style>
span { border-color: #FEB398; }
span { border-color: rgb(254,179,152); }
td.TdClassName
{
border-color: #FEB398;
}
.TagClassName
{
border-color: #FEB398;
}
</style>