Shades of Mandys Pink #FBBB9B
Tints of Mandys Pink #FBBB9B
RGB
CMYK
RGB Variations
Color information
#FBBB9B (or 0xFBBB9B) is known color: Mandys Pink. HEX triplet: FB, BB and 9B. RGB value is (251,187,155). Sum of RGB (Red+Green+Blue) = 251+187+155=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBB9B is #044464. Grayscale: #CACACA. Windows color (decimal): -279653 or 10206203. OLE color: 10206203.
HSL color Cylindrical-coordinate representation of color #FBBB9B: hue angle of 20º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBBB9B is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 155 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.02 |
| HSL | 20º | 0.92% | 0.8% | - |
| HSV(B) | 20º | 0.38% | 0.98% | - |
| XYZ | 63.47 | 58.42 | 38.94 | - |
| YUV | 202.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 155 | 0 | 0.25 | 0.38 | 0.02 | 20 | 0.92 | 0.8 |
| Hex | FB | BB | 9B | 0 | 19 | 26 | 2 | 14 | 5C | 50 |
| Octal | 373 | 273 | 233 | 0 | 31 | 46 | 2 | 24 | 134 | 120 |
| Binary | 11111011 | 10111011 | 10011011 | 0 | 11001 | 100110 | 10 | 10100 | 1011100 | 1010000 |
Color Harmonies of #FBBB9B
Complementary color
Monochromatic Colors of #FBBB9B
Black with #FBBB9B
Text Example
Text Example
White with #FBBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB9B; }
p { color: rgb(251,187,155); }
H1.HeaderClassName
{
color: #FBBB9B;
}
.AnyTagClassName
{
color: #FBBB9B;
}
</style>
background-color css
<style>
a { background-color: #FBBB9B; }
a { background-color: rgb(251,187,155); }
div.DivClassName
{
background-color: #FBBB9B;
}
.BgClassName
{
background-color: #FBBB9B;
}
</style>
border-color css
<style>
span { border-color: #FBBB9B; }
span { border-color: rgb(251,187,155); }
td.TdClassName
{
border-color: #FBBB9B;
}
.TagClassName
{
border-color: #FBBB9B;
}
</style>