Shades of Mandys Pink #FEB59A
Tints of Mandys Pink #FEB59A
RGB
CMYK
RGB Variations
Color information
#FEB59A (or 0xFEB59A) is known color: Mandys Pink. HEX triplet: FE, B5 and 9A. RGB value is (254,181,154). Sum of RGB (Red+Green+Blue) = 254+181+154=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB59A is #014A65. Grayscale: #C7C7C7. Windows color (decimal): -84582 or 10139134. OLE color: 10139134.
HSL color Cylindrical-coordinate representation of color #FEB59A: hue angle of 16.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEB59A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 154 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.00 |
| HSL | 16.2º | 0.98% | 0.8% | - |
| HSV(B) | 16.2º | 0.39% | 1% | - |
| XYZ | 63.23 | 56.45 | 38.14 | - |
| YUV | 199.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 154 | 0 | 0.29 | 0.39 | 0.00 | 16.2 | 0.98 | 0.8 |
| Hex | FE | B5 | 9A | 0 | 1D | 27 | 0 | 10 | 62 | 50 |
| Octal | 376 | 265 | 232 | 0 | 35 | 47 | 0 | 20 | 142 | 120 |
| Binary | 11111110 | 10110101 | 10011010 | 0 | 11101 | 100111 | 0 | 10000 | 1100010 | 1010000 |
Color Harmonies of #FEB59A
Complementary color
Monochromatic Colors of #FEB59A
Black with #FEB59A
Text Example
Text Example
White with #FEB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB59A; }
p { color: rgb(254,181,154); }
H1.HeaderClassName
{
color: #FEB59A;
}
.AnyTagClassName
{
color: #FEB59A;
}
</style>
background-color css
<style>
a { background-color: #FEB59A; }
a { background-color: rgb(254,181,154); }
div.DivClassName
{
background-color: #FEB59A;
}
.BgClassName
{
background-color: #FEB59A;
}
</style>
border-color css
<style>
span { border-color: #FEB59A; }
span { border-color: rgb(254,181,154); }
td.TdClassName
{
border-color: #FEB59A;
}
.TagClassName
{
border-color: #FEB59A;
}
</style>