Shades of Mandys Pink #FDB089
Tints of Mandys Pink #FDB089
RGB
CMYK
RGB Variations
Color information
#FDB089 (or 0xFDB089) is known color: Mandys Pink. HEX triplet: FD, B0 and 89. RGB value is (253,176,137). Sum of RGB (Red+Green+Blue) = 253+176+137=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB089 is #024F76. Grayscale: #C2C2C2. Windows color (decimal): -151415 or 9023741. OLE color: 9023741.
HSL color Cylindrical-coordinate representation of color #FDB089: hue angle of 20.17º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDB089 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 137 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.01 |
| HSL | 20.17º | 0.97% | 0.76% | - |
| HSV(B) | 20.17º | 0.46% | 0.99% | - |
| XYZ | 60.55 | 53.74 | 30.85 | - |
| YUV | 194.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 137 | 0 | 0.30 | 0.46 | 0.01 | 20.17 | 0.97 | 0.76 |
| Hex | FD | B0 | 89 | 0 | 1E | 2E | 1 | 14 | 61 | 4C |
| Octal | 375 | 260 | 211 | 0 | 36 | 56 | 1 | 24 | 141 | 114 |
| Binary | 11111101 | 10110000 | 10001001 | 0 | 11110 | 101110 | 1 | 10100 | 1100001 | 1001100 |
Color Harmonies of #FDB089
Complementary color
Monochromatic Colors of #FDB089
Black with #FDB089
Text Example
Text Example
White with #FDB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB089; }
p { color: rgb(253,176,137); }
H1.HeaderClassName
{
color: #FDB089;
}
.AnyTagClassName
{
color: #FDB089;
}
</style>
background-color css
<style>
a { background-color: #FDB089; }
a { background-color: rgb(253,176,137); }
div.DivClassName
{
background-color: #FDB089;
}
.BgClassName
{
background-color: #FDB089;
}
</style>
border-color css
<style>
span { border-color: #FDB089; }
span { border-color: rgb(253,176,137); }
td.TdClassName
{
border-color: #FDB089;
}
.TagClassName
{
border-color: #FDB089;
}
</style>