Shades of Mandys Pink #FDBBA1
Tints of Mandys Pink #FDBBA1
RGB
CMYK
RGB Variations
Color information
#FDBBA1 (or 0xFDBBA1) is known color: Mandys Pink. HEX triplet: FD, BB and A1. RGB value is (253,187,161). Sum of RGB (Red+Green+Blue) = 253+187+161=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA1 is #02445E. Grayscale: #CBCBCB. Windows color (decimal): -148575 or 10599421. OLE color: 10599421.
HSL color Cylindrical-coordinate representation of color #FDBBA1: hue angle of 16.96º 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 #FDBBA1 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 161 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.01 |
| HSL | 16.96º | 0.96% | 0.81% | - |
| HSV(B) | 16.96º | 0.36% | 0.99% | - |
| XYZ | 64.71 | 59 | 41.7 | - |
| YUV | 203.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 161 | 0 | 0.26 | 0.36 | 0.01 | 16.96 | 0.96 | 0.81 |
| Hex | FD | BB | A1 | 0 | 1A | 24 | 1 | 11 | 60 | 51 |
| Octal | 375 | 273 | 241 | 0 | 32 | 44 | 1 | 21 | 140 | 121 |
| Binary | 11111101 | 10111011 | 10100001 | 0 | 11010 | 100100 | 1 | 10001 | 1100000 | 1010001 |
Color Harmonies of #FDBBA1
Complementary color
Monochromatic Colors of #FDBBA1
Black with #FDBBA1
Text Example
Text Example
White with #FDBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBA1; }
p { color: rgb(253,187,161); }
H1.HeaderClassName
{
color: #FDBBA1;
}
.AnyTagClassName
{
color: #FDBBA1;
}
</style>
background-color css
<style>
a { background-color: #FDBBA1; }
a { background-color: rgb(253,187,161); }
div.DivClassName
{
background-color: #FDBBA1;
}
.BgClassName
{
background-color: #FDBBA1;
}
</style>
border-color css
<style>
span { border-color: #FDBBA1; }
span { border-color: rgb(253,187,161); }
td.TdClassName
{
border-color: #FDBBA1;
}
.TagClassName
{
border-color: #FDBBA1;
}
</style>