Shades of Mandys Pink #FBBA8F
Tints of Mandys Pink #FBBA8F
RGB
CMYK
RGB Variations
Color information
#FBBA8F (or 0xFBBA8F) is known color: Mandys Pink. HEX triplet: FB, BA and 8F. RGB value is (251,186,143). Sum of RGB (Red+Green+Blue) = 251+186+143=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA8F is #044570. Grayscale: #C8C8C8. Windows color (decimal): -279921 or 9419515. OLE color: 9419515.
HSL color Cylindrical-coordinate representation of color #FBBA8F: hue angle of 23.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBBA8F is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 143 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.02 |
| HSL | 23.89º | 0.93% | 0.77% | - |
| HSV(B) | 23.89º | 0.43% | 0.98% | - |
| XYZ | 62.3 | 57.61 | 33.82 | - |
| YUV | 200.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 143 | 0 | 0.26 | 0.43 | 0.02 | 23.89 | 0.93 | 0.77 |
| Hex | FB | BA | 8F | 0 | 1A | 2B | 2 | 18 | 5D | 4D |
| Octal | 373 | 272 | 217 | 0 | 32 | 53 | 2 | 30 | 135 | 115 |
| Binary | 11111011 | 10111010 | 10001111 | 0 | 11010 | 101011 | 10 | 11000 | 1011101 | 1001101 |
Color Harmonies of #FBBA8F
Complementary color
Monochromatic Colors of #FBBA8F
Black with #FBBA8F
Text Example
Text Example
White with #FBBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA8F; }
p { color: rgb(251,186,143); }
H1.HeaderClassName
{
color: #FBBA8F;
}
.AnyTagClassName
{
color: #FBBA8F;
}
</style>
background-color css
<style>
a { background-color: #FBBA8F; }
a { background-color: rgb(251,186,143); }
div.DivClassName
{
background-color: #FBBA8F;
}
.BgClassName
{
background-color: #FBBA8F;
}
</style>
border-color css
<style>
span { border-color: #FBBA8F; }
span { border-color: rgb(251,186,143); }
td.TdClassName
{
border-color: #FBBA8F;
}
.TagClassName
{
border-color: #FBBA8F;
}
</style>