Shades of Mandys Pink #FDB591
Tints of Mandys Pink #FDB591
RGB
CMYK
RGB Variations
Color information
#FDB591 (or 0xFDB591) is known color: Mandys Pink. HEX triplet: FD, B5 and 91. RGB value is (253,181,145). Sum of RGB (Red+Green+Blue) = 253+181+145=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB591 is #024A6E. Grayscale: #C6C6C6. Windows color (decimal): -150127 or 9549309. OLE color: 9549309.
HSL color Cylindrical-coordinate representation of color #FDB591: hue angle of 20º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDB591 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 145 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.01 |
| HSL | 20º | 0.96% | 0.78% | - |
| HSV(B) | 20º | 0.43% | 0.99% | - |
| XYZ | 62.14 | 55.97 | 34.32 | - |
| YUV | 198.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 145 | 0 | 0.28 | 0.43 | 0.01 | 20 | 0.96 | 0.78 |
| Hex | FD | B5 | 91 | 0 | 1C | 2B | 1 | 14 | 60 | 4E |
| Octal | 375 | 265 | 221 | 0 | 34 | 53 | 1 | 24 | 140 | 116 |
| Binary | 11111101 | 10110101 | 10010001 | 0 | 11100 | 101011 | 1 | 10100 | 1100000 | 1001110 |
Color Harmonies of #FDB591
Complementary color
Monochromatic Colors of #FDB591
Black with #FDB591
Text Example
Text Example
White with #FDB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB591; }
p { color: rgb(253,181,145); }
H1.HeaderClassName
{
color: #FDB591;
}
.AnyTagClassName
{
color: #FDB591;
}
</style>
background-color css
<style>
a { background-color: #FDB591; }
a { background-color: rgb(253,181,145); }
div.DivClassName
{
background-color: #FDB591;
}
.BgClassName
{
background-color: #FDB591;
}
</style>
border-color css
<style>
span { border-color: #FDB591; }
span { border-color: rgb(253,181,145); }
td.TdClassName
{
border-color: #FDB591;
}
.TagClassName
{
border-color: #FDB591;
}
</style>