Shades of Mandys Pink #FFBB96
Tints of Mandys Pink #FFBB96
RGB
CMYK
RGB Variations
Color information
#FFBB96 (or 0xFFBB96) is known color: Mandys Pink. HEX triplet: FF, BB and 96. RGB value is (255,187,150). Sum of RGB (Red+Green+Blue) = 255+187+150=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB96 is #004469. Grayscale: #CBCBCB. Windows color (decimal): -17514 or 9878527. OLE color: 9878527.
HSL color Cylindrical-coordinate representation of color #FFBB96: hue angle of 21.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFBB96 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 150 | - |
| CMYK | 0 | 0.27 | 0.41 | 0 |
| HSL | 21.14º | 1% | 0.79% | - |
| HSV(B) | 21.14º | 0.41% | 1% | - |
| XYZ | 64.52 | 59 | 36.84 | - |
| YUV | 203.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 150 | 0 | 0.27 | 0.41 | 0 | 21.14 | 1 | 0.79 |
| Hex | FF | BB | 96 | 0 | 1B | 29 | 0 | 15 | 64 | 4F |
| Octal | 377 | 273 | 226 | 0 | 33 | 51 | 0 | 25 | 144 | 117 |
| Binary | 11111111 | 10111011 | 10010110 | 0 | 11011 | 101001 | 0 | 10101 | 1100100 | 1001111 |
Color Harmonies of #FFBB96
Complementary color
Monochromatic Colors of #FFBB96
Black with #FFBB96
Text Example
Text Example
White with #FFBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB96; }
p { color: rgb(255,187,150); }
H1.HeaderClassName
{
color: #FFBB96;
}
.AnyTagClassName
{
color: #FFBB96;
}
</style>
background-color css
<style>
a { background-color: #FFBB96; }
a { background-color: rgb(255,187,150); }
div.DivClassName
{
background-color: #FFBB96;
}
.BgClassName
{
background-color: #FFBB96;
}
</style>
border-color css
<style>
span { border-color: #FFBB96; }
span { border-color: rgb(255,187,150); }
td.TdClassName
{
border-color: #FFBB96;
}
.TagClassName
{
border-color: #FFBB96;
}
</style>