Shades of Mandys Pink #FDB59D
Tints of Mandys Pink #FDB59D
RGB
CMYK
RGB Variations
Color information
#FDB59D (or 0xFDB59D) is known color: Mandys Pink. HEX triplet: FD, B5 and 9D. RGB value is (253,181,157). Sum of RGB (Red+Green+Blue) = 253+181+157=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB59D is #024A62. Grayscale: #C7C7C7. Windows color (decimal): -150115 or 10335741. OLE color: 10335741.
HSL color Cylindrical-coordinate representation of color #FDB59D: hue angle of 15º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDB59D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 157 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.01 |
| HSL | 15º | 0.96% | 0.8% | - |
| HSV(B) | 15º | 0.38% | 0.99% | - |
| XYZ | 63.12 | 56.36 | 39.45 | - |
| YUV | 199.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 157 | 0 | 0.28 | 0.38 | 0.01 | 15 | 0.96 | 0.8 |
| Hex | FD | B5 | 9D | 0 | 1C | 26 | 1 | F | 60 | 50 |
| Octal | 375 | 265 | 235 | 0 | 34 | 46 | 1 | 17 | 140 | 120 |
| Binary | 11111101 | 10110101 | 10011101 | 0 | 11100 | 100110 | 1 | 1111 | 1100000 | 1010000 |
Color Harmonies of #FDB59D
Complementary color
Monochromatic Colors of #FDB59D
Black with #FDB59D
Text Example
Text Example
White with #FDB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB59D; }
p { color: rgb(253,181,157); }
H1.HeaderClassName
{
color: #FDB59D;
}
.AnyTagClassName
{
color: #FDB59D;
}
</style>
background-color css
<style>
a { background-color: #FDB59D; }
a { background-color: rgb(253,181,157); }
div.DivClassName
{
background-color: #FDB59D;
}
.BgClassName
{
background-color: #FDB59D;
}
</style>
border-color css
<style>
span { border-color: #FDB59D; }
span { border-color: rgb(253,181,157); }
td.TdClassName
{
border-color: #FDB59D;
}
.TagClassName
{
border-color: #FDB59D;
}
</style>