Shades of Mandys Pink #FBBDA0
Tints of Mandys Pink #FBBDA0
RGB
CMYK
RGB Variations
Color information
#FBBDA0 (or 0xFBBDA0) is known color: Mandys Pink. HEX triplet: FB, BD and A0. RGB value is (251,189,160). Sum of RGB (Red+Green+Blue) = 251+189+160=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDA0 is #04425F. Grayscale: #CCCCCC. Windows color (decimal): -279136 or 10534395. OLE color: 10534395.
HSL color Cylindrical-coordinate representation of color #FBBDA0: hue angle of 19.12º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBBDA0 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 160 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.02 |
| HSL | 19.12º | 0.92% | 0.81% | - |
| HSV(B) | 19.12º | 0.36% | 0.98% | - |
| XYZ | 64.33 | 59.44 | 41.34 | - |
| YUV | 204.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 160 | 0 | 0.25 | 0.36 | 0.02 | 19.12 | 0.92 | 0.81 |
| Hex | FB | BD | A0 | 0 | 19 | 24 | 2 | 13 | 5C | 51 |
| Octal | 373 | 275 | 240 | 0 | 31 | 44 | 2 | 23 | 134 | 121 |
| Binary | 11111011 | 10111101 | 10100000 | 0 | 11001 | 100100 | 10 | 10011 | 1011100 | 1010001 |
Color Harmonies of #FBBDA0
Complementary color
Monochromatic Colors of #FBBDA0
Black with #FBBDA0
Text Example
Text Example
White with #FBBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDA0; }
p { color: rgb(251,189,160); }
H1.HeaderClassName
{
color: #FBBDA0;
}
.AnyTagClassName
{
color: #FBBDA0;
}
</style>
background-color css
<style>
a { background-color: #FBBDA0; }
a { background-color: rgb(251,189,160); }
div.DivClassName
{
background-color: #FBBDA0;
}
.BgClassName
{
background-color: #FBBDA0;
}
</style>
border-color css
<style>
span { border-color: #FBBDA0; }
span { border-color: rgb(251,189,160); }
td.TdClassName
{
border-color: #FBBDA0;
}
.TagClassName
{
border-color: #FBBDA0;
}
</style>