Shades of Mandys Pink #FBBBA0
Tints of Mandys Pink #FBBBA0
RGB
CMYK
RGB Variations
Color information
#FBBBA0 (or 0xFBBBA0) is known color: Mandys Pink. HEX triplet: FB, BB and A0. RGB value is (251,187,160). Sum of RGB (Red+Green+Blue) = 251+187+160=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBA0 is #04445F. Grayscale: #CBCBCB. Windows color (decimal): -279648 or 10533883. OLE color: 10533883.
HSL color Cylindrical-coordinate representation of color #FBBBA0: hue angle of 17.8º 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 #FBBBA0 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 160 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.02 |
| HSL | 17.8º | 0.92% | 0.81% | - |
| HSV(B) | 17.8º | 0.36% | 0.98% | - |
| XYZ | 63.9 | 58.59 | 41.2 | - |
| YUV | 203.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 160 | 0 | 0.25 | 0.36 | 0.02 | 17.8 | 0.92 | 0.81 |
| Hex | FB | BB | A0 | 0 | 19 | 24 | 2 | 12 | 5C | 51 |
| Octal | 373 | 273 | 240 | 0 | 31 | 44 | 2 | 22 | 134 | 121 |
| Binary | 11111011 | 10111011 | 10100000 | 0 | 11001 | 100100 | 10 | 10010 | 1011100 | 1010001 |
Color Harmonies of #FBBBA0
Complementary color
Monochromatic Colors of #FBBBA0
Black with #FBBBA0
Text Example
Text Example
White with #FBBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBA0; }
p { color: rgb(251,187,160); }
H1.HeaderClassName
{
color: #FBBBA0;
}
.AnyTagClassName
{
color: #FBBBA0;
}
</style>
background-color css
<style>
a { background-color: #FBBBA0; }
a { background-color: rgb(251,187,160); }
div.DivClassName
{
background-color: #FBBBA0;
}
.BgClassName
{
background-color: #FBBBA0;
}
</style>
border-color css
<style>
span { border-color: #FBBBA0; }
span { border-color: rgb(251,187,160); }
td.TdClassName
{
border-color: #FBBBA0;
}
.TagClassName
{
border-color: #FBBBA0;
}
</style>