Shades of Mandys Pink #FDBDA3
Tints of Mandys Pink #FDBDA3
RGB
CMYK
RGB Variations
Color information
#FDBDA3 (or 0xFDBDA3) is known color: Mandys Pink. HEX triplet: FD, BD and A3. RGB value is (253,189,163). Sum of RGB (Red+Green+Blue) = 253+189+163=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA3 is #02425C. Grayscale: #CDCDCD. Windows color (decimal): -148061 or 10731005. OLE color: 10731005.
HSL color Cylindrical-coordinate representation of color #FDBDA3: hue angle of 17.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDBDA3 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 163 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.01 |
| HSL | 17.33º | 0.96% | 0.82% | - |
| HSV(B) | 17.33º | 0.36% | 0.99% | - |
| XYZ | 65.32 | 59.92 | 42.77 | - |
| YUV | 205.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 163 | 0 | 0.25 | 0.36 | 0.01 | 17.33 | 0.96 | 0.82 |
| Hex | FD | BD | A3 | 0 | 19 | 24 | 1 | 11 | 60 | 52 |
| Octal | 375 | 275 | 243 | 0 | 31 | 44 | 1 | 21 | 140 | 122 |
| Binary | 11111101 | 10111101 | 10100011 | 0 | 11001 | 100100 | 1 | 10001 | 1100000 | 1010010 |
Color Harmonies of #FDBDA3
Complementary color
Monochromatic Colors of #FDBDA3
Black with #FDBDA3
Text Example
Text Example
White with #FDBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA3; }
p { color: rgb(253,189,163); }
H1.HeaderClassName
{
color: #FDBDA3;
}
.AnyTagClassName
{
color: #FDBDA3;
}
</style>
background-color css
<style>
a { background-color: #FDBDA3; }
a { background-color: rgb(253,189,163); }
div.DivClassName
{
background-color: #FDBDA3;
}
.BgClassName
{
background-color: #FDBDA3;
}
</style>
border-color css
<style>
span { border-color: #FDBDA3; }
span { border-color: rgb(253,189,163); }
td.TdClassName
{
border-color: #FDBDA3;
}
.TagClassName
{
border-color: #FDBDA3;
}
</style>