Shades of Mandys Pink #FBBB8D
Tints of Mandys Pink #FBBB8D
RGB
CMYK
RGB Variations
Color information
#FBBB8D (or 0xFBBB8D) is known color: Mandys Pink. HEX triplet: FB, BB and 8D. RGB value is (251,187,141). Sum of RGB (Red+Green+Blue) = 251+187+141=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBB8D is #044472. Grayscale: #C9C9C9. Windows color (decimal): -279667 or 9288699. OLE color: 9288699.
HSL color Cylindrical-coordinate representation of color #FBBB8D: hue angle of 25.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBBB8D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 141 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.02 |
| HSL | 25.09º | 0.93% | 0.77% | - |
| HSV(B) | 25.09º | 0.44% | 0.98% | - |
| XYZ | 62.36 | 57.97 | 33.1 | - |
| YUV | 200.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 141 | 0 | 0.25 | 0.44 | 0.02 | 25.09 | 0.93 | 0.77 |
| Hex | FB | BB | 8D | 0 | 19 | 2C | 2 | 19 | 5D | 4D |
| Octal | 373 | 273 | 215 | 0 | 31 | 54 | 2 | 31 | 135 | 115 |
| Binary | 11111011 | 10111011 | 10001101 | 0 | 11001 | 101100 | 10 | 11001 | 1011101 | 1001101 |
Color Harmonies of #FBBB8D
Complementary color
Monochromatic Colors of #FBBB8D
Black with #FBBB8D
Text Example
Text Example
White with #FBBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB8D; }
p { color: rgb(251,187,141); }
H1.HeaderClassName
{
color: #FBBB8D;
}
.AnyTagClassName
{
color: #FBBB8D;
}
</style>
background-color css
<style>
a { background-color: #FBBB8D; }
a { background-color: rgb(251,187,141); }
div.DivClassName
{
background-color: #FBBB8D;
}
.BgClassName
{
background-color: #FBBB8D;
}
</style>
border-color css
<style>
span { border-color: #FBBB8D; }
span { border-color: rgb(251,187,141); }
td.TdClassName
{
border-color: #FBBB8D;
}
.TagClassName
{
border-color: #FBBB8D;
}
</style>