Shades of Mandys Pink #FDBAA2
Tints of Mandys Pink #FDBAA2
RGB
CMYK
RGB Variations
Color information
#FDBAA2 (or 0xFDBAA2) is known color: Mandys Pink. HEX triplet: FD, BA and A2. RGB value is (253,186,162). Sum of RGB (Red+Green+Blue) = 253+186+162=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA2 is #02455D. Grayscale: #CBCBCB. Windows color (decimal): -148830 or 10664701. OLE color: 10664701.
HSL color Cylindrical-coordinate representation of color #FDBAA2: hue angle of 15.82º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDBAA2 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 162 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.01 |
| HSL | 15.82º | 0.96% | 0.81% | - |
| HSV(B) | 15.82º | 0.36% | 0.99% | - |
| XYZ | 64.59 | 58.61 | 42.09 | - |
| YUV | 203.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 162 | 0 | 0.26 | 0.36 | 0.01 | 15.82 | 0.96 | 0.81 |
| Hex | FD | BA | A2 | 0 | 1A | 24 | 1 | 10 | 60 | 51 |
| Octal | 375 | 272 | 242 | 0 | 32 | 44 | 1 | 20 | 140 | 121 |
| Binary | 11111101 | 10111010 | 10100010 | 0 | 11010 | 100100 | 1 | 10000 | 1100000 | 1010001 |
Color Harmonies of #FDBAA2
Complementary color
Monochromatic Colors of #FDBAA2
Black with #FDBAA2
Text Example
Text Example
White with #FDBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAA2; }
p { color: rgb(253,186,162); }
H1.HeaderClassName
{
color: #FDBAA2;
}
.AnyTagClassName
{
color: #FDBAA2;
}
</style>
background-color css
<style>
a { background-color: #FDBAA2; }
a { background-color: rgb(253,186,162); }
div.DivClassName
{
background-color: #FDBAA2;
}
.BgClassName
{
background-color: #FDBAA2;
}
</style>
border-color css
<style>
span { border-color: #FDBAA2; }
span { border-color: rgb(253,186,162); }
td.TdClassName
{
border-color: #FDBAA2;
}
.TagClassName
{
border-color: #FDBAA2;
}
</style>