Shades of Mandys Pink #FDB399
Tints of Mandys Pink #FDB399
RGB
CMYK
RGB Variations
Color information
#FDB399 (or 0xFDB399) is known color: Mandys Pink. HEX triplet: FD, B3 and 99. RGB value is (253,179,153). Sum of RGB (Red+Green+Blue) = 253+179+153=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB399 is #024C66. Grayscale: #C6C6C6. Windows color (decimal): -150631 or 10073085. OLE color: 10073085.
HSL color Cylindrical-coordinate representation of color #FDB399: hue angle of 15.6º 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 #FDB399 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 153 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.01 |
| HSL | 15.6º | 0.96% | 0.8% | - |
| HSV(B) | 15.6º | 0.4% | 0.99% | - |
| XYZ | 62.38 | 55.42 | 37.55 | - |
| YUV | 198.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 153 | 0 | 0.29 | 0.40 | 0.01 | 15.6 | 0.96 | 0.8 |
| Hex | FD | B3 | 99 | 0 | 1D | 28 | 1 | 10 | 60 | 50 |
| Octal | 375 | 263 | 231 | 0 | 35 | 50 | 1 | 20 | 140 | 120 |
| Binary | 11111101 | 10110011 | 10011001 | 0 | 11101 | 101000 | 1 | 10000 | 1100000 | 1010000 |
Color Harmonies of #FDB399
Complementary color
Monochromatic Colors of #FDB399
Black with #FDB399
Text Example
Text Example
White with #FDB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB399; }
p { color: rgb(253,179,153); }
H1.HeaderClassName
{
color: #FDB399;
}
.AnyTagClassName
{
color: #FDB399;
}
</style>
background-color css
<style>
a { background-color: #FDB399; }
a { background-color: rgb(253,179,153); }
div.DivClassName
{
background-color: #FDB399;
}
.BgClassName
{
background-color: #FDB399;
}
</style>
border-color css
<style>
span { border-color: #FDB399; }
span { border-color: rgb(253,179,153); }
td.TdClassName
{
border-color: #FDB399;
}
.TagClassName
{
border-color: #FDB399;
}
</style>