Shades of Mandys Pink #FBBB9E
Tints of Mandys Pink #FBBB9E
RGB
CMYK
RGB Variations
Color information
#FBBB9E (or 0xFBBB9E) is known color: Mandys Pink. HEX triplet: FB, BB and 9E. RGB value is (251,187,158). Sum of RGB (Red+Green+Blue) = 251+187+158=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBB9E is #044461. Grayscale: #CBCBCB. Windows color (decimal): -279650 or 10402811. OLE color: 10402811.
HSL color Cylindrical-coordinate representation of color #FBBB9E: hue angle of 18.71º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBBB9E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 158 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.02 |
| HSL | 18.71º | 0.92% | 0.8% | - |
| HSV(B) | 18.71º | 0.37% | 0.98% | - |
| XYZ | 63.73 | 58.52 | 40.28 | - |
| YUV | 202.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 158 | 0 | 0.25 | 0.37 | 0.02 | 18.71 | 0.92 | 0.8 |
| Hex | FB | BB | 9E | 0 | 19 | 25 | 2 | 13 | 5C | 50 |
| Octal | 373 | 273 | 236 | 0 | 31 | 45 | 2 | 23 | 134 | 120 |
| Binary | 11111011 | 10111011 | 10011110 | 0 | 11001 | 100101 | 10 | 10011 | 1011100 | 1010000 |
Color Harmonies of #FBBB9E
Complementary color
Monochromatic Colors of #FBBB9E
Black with #FBBB9E
Text Example
Text Example
White with #FBBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB9E; }
p { color: rgb(251,187,158); }
H1.HeaderClassName
{
color: #FBBB9E;
}
.AnyTagClassName
{
color: #FBBB9E;
}
</style>
background-color css
<style>
a { background-color: #FBBB9E; }
a { background-color: rgb(251,187,158); }
div.DivClassName
{
background-color: #FBBB9E;
}
.BgClassName
{
background-color: #FBBB9E;
}
</style>
border-color css
<style>
span { border-color: #FBBB9E; }
span { border-color: rgb(251,187,158); }
td.TdClassName
{
border-color: #FBBB9E;
}
.TagClassName
{
border-color: #FBBB9E;
}
</style>