Shades of Mandys Pink #FDBBA0
Tints of Mandys Pink #FDBBA0
RGB
CMYK
RGB Variations
Color information
#FDBBA0 (or 0xFDBBA0) is known color: Mandys Pink. HEX triplet: FD, BB and A0. RGB value is (253,187,160). Sum of RGB (Red+Green+Blue) = 253+187+160=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA0 is #02445F. Grayscale: #CBCBCB. Windows color (decimal): -148576 or 10533885. OLE color: 10533885.
HSL color Cylindrical-coordinate representation of color #FDBBA0: hue angle of 17.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDBBA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 160 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.01 |
| HSL | 17.42º | 0.96% | 0.81% | - |
| HSV(B) | 17.42º | 0.37% | 0.99% | - |
| XYZ | 64.62 | 58.96 | 41.23 | - |
| YUV | 203.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 160 | 0 | 0.26 | 0.37 | 0.01 | 17.42 | 0.96 | 0.81 |
| Hex | FD | BB | A0 | 0 | 1A | 25 | 1 | 11 | 60 | 51 |
| Octal | 375 | 273 | 240 | 0 | 32 | 45 | 1 | 21 | 140 | 121 |
| Binary | 11111101 | 10111011 | 10100000 | 0 | 11010 | 100101 | 1 | 10001 | 1100000 | 1010001 |
Color Harmonies of #FDBBA0
Complementary color
Monochromatic Colors of #FDBBA0
Black with #FDBBA0
Text Example
Text Example
White with #FDBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBA0; }
p { color: rgb(253,187,160); }
H1.HeaderClassName
{
color: #FDBBA0;
}
.AnyTagClassName
{
color: #FDBBA0;
}
</style>
background-color css
<style>
a { background-color: #FDBBA0; }
a { background-color: rgb(253,187,160); }
div.DivClassName
{
background-color: #FDBBA0;
}
.BgClassName
{
background-color: #FDBBA0;
}
</style>
border-color css
<style>
span { border-color: #FDBBA0; }
span { border-color: rgb(253,187,160); }
td.TdClassName
{
border-color: #FDBBA0;
}
.TagClassName
{
border-color: #FDBBA0;
}
</style>