Shades of Mandys Pink #FBBA8D
Tints of Mandys Pink #FBBA8D
RGB
CMYK
RGB Variations
Color information
#FBBA8D (or 0xFBBA8D) is known color: Mandys Pink. HEX triplet: FB, BA and 8D. RGB value is (251,186,141). Sum of RGB (Red+Green+Blue) = 251+186+141=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA8D is #044572. Grayscale: #C8C8C8. Windows color (decimal): -279923 or 9288443. OLE color: 9288443.
HSL color Cylindrical-coordinate representation of color #FBBA8D: hue angle of 24.55º 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 #FBBA8D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 141 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.02 |
| HSL | 24.55º | 0.93% | 0.77% | - |
| HSV(B) | 24.55º | 0.44% | 0.98% | - |
| XYZ | 62.15 | 57.55 | 33.03 | - |
| YUV | 200.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 141 | 0 | 0.26 | 0.44 | 0.02 | 24.55 | 0.93 | 0.77 |
| Hex | FB | BA | 8D | 0 | 1A | 2C | 2 | 19 | 5D | 4D |
| Octal | 373 | 272 | 215 | 0 | 32 | 54 | 2 | 31 | 135 | 115 |
| Binary | 11111011 | 10111010 | 10001101 | 0 | 11010 | 101100 | 10 | 11001 | 1011101 | 1001101 |
Color Harmonies of #FBBA8D
Complementary color
Monochromatic Colors of #FBBA8D
Black with #FBBA8D
Text Example
Text Example
White with #FBBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA8D; }
p { color: rgb(251,186,141); }
H1.HeaderClassName
{
color: #FBBA8D;
}
.AnyTagClassName
{
color: #FBBA8D;
}
</style>
background-color css
<style>
a { background-color: #FBBA8D; }
a { background-color: rgb(251,186,141); }
div.DivClassName
{
background-color: #FBBA8D;
}
.BgClassName
{
background-color: #FBBA8D;
}
</style>
border-color css
<style>
span { border-color: #FBBA8D; }
span { border-color: rgb(251,186,141); }
td.TdClassName
{
border-color: #FBBA8D;
}
.TagClassName
{
border-color: #FBBA8D;
}
</style>