Shades of Mandys Pink #FEB98D
Tints of Mandys Pink #FEB98D
RGB
CMYK
RGB Variations
Color information
#FEB98D (or 0xFEB98D) is known color: Mandys Pink. HEX triplet: FE, B9 and 8D. RGB value is (254,185,141). Sum of RGB (Red+Green+Blue) = 254+185+141=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB98D is #014672. Grayscale: #C8C8C8. Windows color (decimal): -83571 or 9288190. OLE color: 9288190.
HSL color Cylindrical-coordinate representation of color #FEB98D: hue angle of 23.36º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEB98D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 141 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.00 |
| HSL | 23.36º | 0.98% | 0.77% | - |
| HSV(B) | 23.36º | 0.44% | 1% | - |
| XYZ | 63.03 | 57.69 | 33.01 | - |
| YUV | 200.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 141 | 0 | 0.27 | 0.44 | 0.00 | 23.36 | 0.98 | 0.77 |
| Hex | FE | B9 | 8D | 0 | 1B | 2C | 0 | 17 | 62 | 4D |
| Octal | 376 | 271 | 215 | 0 | 33 | 54 | 0 | 27 | 142 | 115 |
| Binary | 11111110 | 10111001 | 10001101 | 0 | 11011 | 101100 | 0 | 10111 | 1100010 | 1001101 |
Color Harmonies of #FEB98D
Complementary color
Monochromatic Colors of #FEB98D
Black with #FEB98D
Text Example
Text Example
White with #FEB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB98D; }
p { color: rgb(254,185,141); }
H1.HeaderClassName
{
color: #FEB98D;
}
.AnyTagClassName
{
color: #FEB98D;
}
</style>
background-color css
<style>
a { background-color: #FEB98D; }
a { background-color: rgb(254,185,141); }
div.DivClassName
{
background-color: #FEB98D;
}
.BgClassName
{
background-color: #FEB98D;
}
</style>
border-color css
<style>
span { border-color: #FEB98D; }
span { border-color: rgb(254,185,141); }
td.TdClassName
{
border-color: #FEB98D;
}
.TagClassName
{
border-color: #FEB98D;
}
</style>