Shades of Mandys Pink #FDBDA2
Tints of Mandys Pink #FDBDA2
RGB
CMYK
RGB Variations
Color information
#FDBDA2 (or 0xFDBDA2) is known color: Mandys Pink. HEX triplet: FD, BD and A2. RGB value is (253,189,162). Sum of RGB (Red+Green+Blue) = 253+189+162=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA2 is #02425D. Grayscale: #CDCDCD. Windows color (decimal): -148062 or 10665469. OLE color: 10665469.
HSL color Cylindrical-coordinate representation of color #FDBDA2: hue angle of 17.8º 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 #FDBDA2 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 162 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.01 |
| HSL | 17.8º | 0.96% | 0.81% | - |
| HSV(B) | 17.8º | 0.36% | 0.99% | - |
| XYZ | 65.23 | 59.89 | 42.3 | - |
| YUV | 205.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 162 | 0 | 0.25 | 0.36 | 0.01 | 17.8 | 0.96 | 0.81 |
| Hex | FD | BD | A2 | 0 | 19 | 24 | 1 | 12 | 60 | 51 |
| Octal | 375 | 275 | 242 | 0 | 31 | 44 | 1 | 22 | 140 | 121 |
| Binary | 11111101 | 10111101 | 10100010 | 0 | 11001 | 100100 | 1 | 10010 | 1100000 | 1010001 |
Color Harmonies of #FDBDA2
Complementary color
Monochromatic Colors of #FDBDA2
Black with #FDBDA2
Text Example
Text Example
White with #FDBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA2; }
p { color: rgb(253,189,162); }
H1.HeaderClassName
{
color: #FDBDA2;
}
.AnyTagClassName
{
color: #FDBDA2;
}
</style>
background-color css
<style>
a { background-color: #FDBDA2; }
a { background-color: rgb(253,189,162); }
div.DivClassName
{
background-color: #FDBDA2;
}
.BgClassName
{
background-color: #FDBDA2;
}
</style>
border-color css
<style>
span { border-color: #FDBDA2; }
span { border-color: rgb(253,189,162); }
td.TdClassName
{
border-color: #FDBDA2;
}
.TagClassName
{
border-color: #FDBDA2;
}
</style>