Shades of Mandys Pink #FBBBA1
Tints of Mandys Pink #FBBBA1
RGB
CMYK
RGB Variations
Color information
#FBBBA1 (or 0xFBBBA1) is known color: Mandys Pink. HEX triplet: FB, BB and A1. RGB value is (251,187,161). Sum of RGB (Red+Green+Blue) = 251+187+161=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBA1 is #04445E. Grayscale: #CBCBCB. Windows color (decimal): -279647 or 10599419. OLE color: 10599419.
HSL color Cylindrical-coordinate representation of color #FBBBA1: hue angle of 17.33º 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 #FBBBA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 161 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.02 |
| HSL | 17.33º | 0.92% | 0.81% | - |
| HSV(B) | 17.33º | 0.36% | 0.98% | - |
| XYZ | 63.99 | 58.62 | 41.66 | - |
| YUV | 203.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 161 | 0 | 0.25 | 0.36 | 0.02 | 17.33 | 0.92 | 0.81 |
| Hex | FB | BB | A1 | 0 | 19 | 24 | 2 | 11 | 5C | 51 |
| Octal | 373 | 273 | 241 | 0 | 31 | 44 | 2 | 21 | 134 | 121 |
| Binary | 11111011 | 10111011 | 10100001 | 0 | 11001 | 100100 | 10 | 10001 | 1011100 | 1010001 |
Color Harmonies of #FBBBA1
Complementary color
Monochromatic Colors of #FBBBA1
Black with #FBBBA1
Text Example
Text Example
White with #FBBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBA1; }
p { color: rgb(251,187,161); }
H1.HeaderClassName
{
color: #FBBBA1;
}
.AnyTagClassName
{
color: #FBBBA1;
}
</style>
background-color css
<style>
a { background-color: #FBBBA1; }
a { background-color: rgb(251,187,161); }
div.DivClassName
{
background-color: #FBBBA1;
}
.BgClassName
{
background-color: #FBBBA1;
}
</style>
border-color css
<style>
span { border-color: #FBBBA1; }
span { border-color: rgb(251,187,161); }
td.TdClassName
{
border-color: #FBBBA1;
}
.TagClassName
{
border-color: #FBBBA1;
}
</style>