Shades of Mandys Pink #FDB59B
Tints of Mandys Pink #FDB59B
RGB
CMYK
RGB Variations
Color information
#FDB59B (or 0xFDB59B) is known color: Mandys Pink. HEX triplet: FD, B5 and 9B. RGB value is (253,181,155). Sum of RGB (Red+Green+Blue) = 253+181+155=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB59B is #024A64. Grayscale: #C7C7C7. Windows color (decimal): -150117 or 10204669. OLE color: 10204669.
HSL color Cylindrical-coordinate representation of color #FDB59B: hue angle of 15.92º 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 #FDB59B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 155 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.01 |
| HSL | 15.92º | 0.96% | 0.8% | - |
| HSV(B) | 15.92º | 0.39% | 0.99% | - |
| XYZ | 62.95 | 56.3 | 38.56 | - |
| YUV | 199.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 155 | 0 | 0.28 | 0.39 | 0.01 | 15.92 | 0.96 | 0.8 |
| Hex | FD | B5 | 9B | 0 | 1C | 27 | 1 | 10 | 60 | 50 |
| Octal | 375 | 265 | 233 | 0 | 34 | 47 | 1 | 20 | 140 | 120 |
| Binary | 11111101 | 10110101 | 10011011 | 0 | 11100 | 100111 | 1 | 10000 | 1100000 | 1010000 |
Color Harmonies of #FDB59B
Complementary color
Monochromatic Colors of #FDB59B
Black with #FDB59B
Text Example
Text Example
White with #FDB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB59B; }
p { color: rgb(253,181,155); }
H1.HeaderClassName
{
color: #FDB59B;
}
.AnyTagClassName
{
color: #FDB59B;
}
</style>
background-color css
<style>
a { background-color: #FDB59B; }
a { background-color: rgb(253,181,155); }
div.DivClassName
{
background-color: #FDB59B;
}
.BgClassName
{
background-color: #FDB59B;
}
</style>
border-color css
<style>
span { border-color: #FDB59B; }
span { border-color: rgb(253,181,155); }
td.TdClassName
{
border-color: #FDB59B;
}
.TagClassName
{
border-color: #FDB59B;
}
</style>