Shades of Mandys Pink #FBBB96
Tints of Mandys Pink #FBBB96
RGB
CMYK
RGB Variations
Color information
#FBBB96 (or 0xFBBB96) is known color: Mandys Pink. HEX triplet: FB, BB and 96. RGB value is (251,187,150). Sum of RGB (Red+Green+Blue) = 251+187+150=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBB96 is #044469. Grayscale: #CACACA. Windows color (decimal): -279658 or 9878523. OLE color: 9878523.
HSL color Cylindrical-coordinate representation of color #FBBB96: hue angle of 21.98º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBBB96 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 150 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.02 |
| HSL | 21.98º | 0.93% | 0.79% | - |
| HSV(B) | 21.98º | 0.4% | 0.98% | - |
| XYZ | 63.06 | 58.25 | 36.77 | - |
| YUV | 201.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 150 | 0 | 0.25 | 0.40 | 0.02 | 21.98 | 0.93 | 0.79 |
| Hex | FB | BB | 96 | 0 | 19 | 28 | 2 | 16 | 5D | 4F |
| Octal | 373 | 273 | 226 | 0 | 31 | 50 | 2 | 26 | 135 | 117 |
| Binary | 11111011 | 10111011 | 10010110 | 0 | 11001 | 101000 | 10 | 10110 | 1011101 | 1001111 |
Color Harmonies of #FBBB96
Complementary color
Monochromatic Colors of #FBBB96
Black with #FBBB96
Text Example
Text Example
White with #FBBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB96; }
p { color: rgb(251,187,150); }
H1.HeaderClassName
{
color: #FBBB96;
}
.AnyTagClassName
{
color: #FBBB96;
}
</style>
background-color css
<style>
a { background-color: #FBBB96; }
a { background-color: rgb(251,187,150); }
div.DivClassName
{
background-color: #FBBB96;
}
.BgClassName
{
background-color: #FBBB96;
}
</style>
border-color css
<style>
span { border-color: #FBBB96; }
span { border-color: rgb(251,187,150); }
td.TdClassName
{
border-color: #FBBB96;
}
.TagClassName
{
border-color: #FBBB96;
}
</style>