Shades of Mandys Pink #FDBDA1
Tints of Mandys Pink #FDBDA1
RGB
CMYK
RGB Variations
Color information
#FDBDA1 (or 0xFDBDA1) is known color: Mandys Pink. HEX triplet: FD, BD and A1. RGB value is (253,189,161). Sum of RGB (Red+Green+Blue) = 253+189+161=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA1 is #02425E. Grayscale: #CDCDCD. Windows color (decimal): -148063 or 10599933. OLE color: 10599933.
HSL color Cylindrical-coordinate representation of color #FDBDA1: hue angle of 18.26º 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 #FDBDA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 161 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.01 |
| HSL | 18.26º | 0.96% | 0.81% | - |
| HSV(B) | 18.26º | 0.36% | 0.99% | - |
| XYZ | 65.14 | 59.85 | 41.84 | - |
| YUV | 204.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 161 | 0 | 0.25 | 0.36 | 0.01 | 18.26 | 0.96 | 0.81 |
| Hex | FD | BD | A1 | 0 | 19 | 24 | 1 | 12 | 60 | 51 |
| Octal | 375 | 275 | 241 | 0 | 31 | 44 | 1 | 22 | 140 | 121 |
| Binary | 11111101 | 10111101 | 10100001 | 0 | 11001 | 100100 | 1 | 10010 | 1100000 | 1010001 |
Color Harmonies of #FDBDA1
Complementary color
Monochromatic Colors of #FDBDA1
Black with #FDBDA1
Text Example
Text Example
White with #FDBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA1; }
p { color: rgb(253,189,161); }
H1.HeaderClassName
{
color: #FDBDA1;
}
.AnyTagClassName
{
color: #FDBDA1;
}
</style>
background-color css
<style>
a { background-color: #FDBDA1; }
a { background-color: rgb(253,189,161); }
div.DivClassName
{
background-color: #FDBDA1;
}
.BgClassName
{
background-color: #FDBDA1;
}
</style>
border-color css
<style>
span { border-color: #FDBDA1; }
span { border-color: rgb(253,189,161); }
td.TdClassName
{
border-color: #FDBDA1;
}
.TagClassName
{
border-color: #FDBDA1;
}
</style>