Shades of Mandys Pink #FDBDA0
Tints of Mandys Pink #FDBDA0
RGB
CMYK
RGB Variations
Color information
#FDBDA0 (or 0xFDBDA0) is known color: Mandys Pink. HEX triplet: FD, BD and A0. RGB value is (253,189,160). Sum of RGB (Red+Green+Blue) = 253+189+160=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA0 is #02425F. Grayscale: #CDCDCD. Windows color (decimal): -148064 or 10534397. OLE color: 10534397.
HSL color Cylindrical-coordinate representation of color #FDBDA0: hue angle of 18.71º 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 #FDBDA0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 160 | - |
CMYK | 0 | 0.25 | 0.37 | 0.01 |
HSL | 18.71º | 0.96% | 0.81% | - |
HSV(B) | 18.71º | 0.37% | 0.99% | - |
XYZ | 65.05 | 59.82 | 41.37 | - |
YUV | 204.83 | 102.7 | 162.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 160 | 0 | 0.25 | 0.37 | 0.01 | 18.71 | 0.96 | 0.81 |
Hex | FD | BD | A0 | 0 | 19 | 25 | 1 | 13 | 60 | 51 |
Octal | 375 | 275 | 240 | 0 | 31 | 45 | 1 | 23 | 140 | 121 |
Binary | 11111101 | 10111101 | 10100000 | 0 | 11001 | 100101 | 1 | 10011 | 1100000 | 1010001 |
Color Harmonies of #FDBDA0
Complementary color
Monochromatic Colors of #FDBDA0
Black with #FDBDA0
Text Example
Text Example
White with #FDBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA0; }
p { color: rgb(253,189,160); }
H1.HeaderClassName
{
color: #FDBDA0;
}
.AnyTagClassName
{
color: #FDBDA0;
}
</style>
background-color css
<style>
a { background-color: #FDBDA0; }
a { background-color: rgb(253,189,160); }
div.DivClassName
{
background-color: #FDBDA0;
}
.BgClassName
{
background-color: #FDBDA0;
}
</style>
border-color css
<style>
span { border-color: #FDBDA0; }
span { border-color: rgb(253,189,160); }
td.TdClassName
{
border-color: #FDBDA0;
}
.TagClassName
{
border-color: #FDBDA0;
}
</style>