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