Shades of Mandys Pink #FDB59A
Tints of Mandys Pink #FDB59A
RGB
CMYK
RGB Variations
Color information
#FDB59A (or 0xFDB59A) is known color: Mandys Pink. HEX triplet: FD, B5 and 9A. RGB value is (253,181,154). Sum of RGB (Red+Green+Blue) = 253+181+154=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB59A is #024A65. Grayscale: #C7C7C7. Windows color (decimal): -150118 or 10139133. OLE color: 10139133.
HSL color Cylindrical-coordinate representation of color #FDB59A: hue angle of 16.36º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDB59A is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 154 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.01 |
| HSL | 16.36º | 0.96% | 0.8% | - |
| HSV(B) | 16.36º | 0.39% | 0.99% | - |
| XYZ | 62.86 | 56.26 | 38.12 | - |
| YUV | 199.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 154 | 0 | 0.28 | 0.39 | 0.01 | 16.36 | 0.96 | 0.8 |
| Hex | FD | B5 | 9A | 0 | 1C | 27 | 1 | 10 | 60 | 50 |
| Octal | 375 | 265 | 232 | 0 | 34 | 47 | 1 | 20 | 140 | 120 |
| Binary | 11111101 | 10110101 | 10011010 | 0 | 11100 | 100111 | 1 | 10000 | 1100000 | 1010000 |
Color Harmonies of #FDB59A
Complementary color
Monochromatic Colors of #FDB59A
Black with #FDB59A
Text Example
Text Example
White with #FDB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB59A; }
p { color: rgb(253,181,154); }
H1.HeaderClassName
{
color: #FDB59A;
}
.AnyTagClassName
{
color: #FDB59A;
}
</style>
background-color css
<style>
a { background-color: #FDB59A; }
a { background-color: rgb(253,181,154); }
div.DivClassName
{
background-color: #FDB59A;
}
.BgClassName
{
background-color: #FDB59A;
}
</style>
border-color css
<style>
span { border-color: #FDB59A; }
span { border-color: rgb(253,181,154); }
td.TdClassName
{
border-color: #FDB59A;
}
.TagClassName
{
border-color: #FDB59A;
}
</style>