Shades of Mandys Pink #FDB699
Tints of Mandys Pink #FDB699
RGB
CMYK
RGB Variations
Color information
#FDB699 (or 0xFDB699) is known color: Mandys Pink. HEX triplet: FD, B6 and 99. RGB value is (253,182,153). Sum of RGB (Red+Green+Blue) = 253+182+153=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB699 is #024966. Grayscale: #C8C8C8. Windows color (decimal): -149863 or 10073853. OLE color: 10073853.
HSL color Cylindrical-coordinate representation of color #FDB699: hue angle of 17.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB699 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 153 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.01 |
| HSL | 17.4º | 0.96% | 0.8% | - |
| HSV(B) | 17.4º | 0.4% | 0.99% | - |
| XYZ | 62.99 | 56.64 | 37.75 | - |
| YUV | 199.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 153 | 0 | 0.28 | 0.40 | 0.01 | 17.4 | 0.96 | 0.8 |
| Hex | FD | B6 | 99 | 0 | 1C | 28 | 1 | 11 | 60 | 50 |
| Octal | 375 | 266 | 231 | 0 | 34 | 50 | 1 | 21 | 140 | 120 |
| Binary | 11111101 | 10110110 | 10011001 | 0 | 11100 | 101000 | 1 | 10001 | 1100000 | 1010000 |
Color Harmonies of #FDB699
Complementary color
Monochromatic Colors of #FDB699
Black with #FDB699
Text Example
Text Example
White with #FDB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB699; }
p { color: rgb(253,182,153); }
H1.HeaderClassName
{
color: #FDB699;
}
.AnyTagClassName
{
color: #FDB699;
}
</style>
background-color css
<style>
a { background-color: #FDB699; }
a { background-color: rgb(253,182,153); }
div.DivClassName
{
background-color: #FDB699;
}
.BgClassName
{
background-color: #FDB699;
}
</style>
border-color css
<style>
span { border-color: #FDB699; }
span { border-color: rgb(253,182,153); }
td.TdClassName
{
border-color: #FDB699;
}
.TagClassName
{
border-color: #FDB699;
}
</style>