Shades of Mandys Pink #FEB99D
Tints of Mandys Pink #FEB99D
RGB
CMYK
RGB Variations
Color information
#FEB99D (or 0xFEB99D) is known color: Mandys Pink. HEX triplet: FE, B9 and 9D. RGB value is (254,185,157). Sum of RGB (Red+Green+Blue) = 254+185+157=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB99D is #014662. Grayscale: #CACACA. Windows color (decimal): -83555 or 10336766. OLE color: 10336766.
HSL color Cylindrical-coordinate representation of color #FEB99D: hue angle of 17.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEB99D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 157 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.00 |
| HSL | 17.32º | 0.98% | 0.81% | - |
| HSV(B) | 17.32º | 0.38% | 1% | - |
| XYZ | 64.31 | 58.2 | 39.74 | - |
| YUV | 202.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 157 | 0 | 0.27 | 0.38 | 0.00 | 17.32 | 0.98 | 0.81 |
| Hex | FE | B9 | 9D | 0 | 1B | 26 | 0 | 11 | 62 | 51 |
| Octal | 376 | 271 | 235 | 0 | 33 | 46 | 0 | 21 | 142 | 121 |
| Binary | 11111110 | 10111001 | 10011101 | 0 | 11011 | 100110 | 0 | 10001 | 1100010 | 1010001 |
Color Harmonies of #FEB99D
Complementary color
Monochromatic Colors of #FEB99D
Black with #FEB99D
Text Example
Text Example
White with #FEB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB99D; }
p { color: rgb(254,185,157); }
H1.HeaderClassName
{
color: #FEB99D;
}
.AnyTagClassName
{
color: #FEB99D;
}
</style>
background-color css
<style>
a { background-color: #FEB99D; }
a { background-color: rgb(254,185,157); }
div.DivClassName
{
background-color: #FEB99D;
}
.BgClassName
{
background-color: #FEB99D;
}
</style>
border-color css
<style>
span { border-color: #FEB99D; }
span { border-color: rgb(254,185,157); }
td.TdClassName
{
border-color: #FEB99D;
}
.TagClassName
{
border-color: #FEB99D;
}
</style>