Shades of Mandys Pink #FFBB9C
Tints of Mandys Pink #FFBB9C
RGB
CMYK
RGB Variations
Color information
#FFBB9C (or 0xFFBB9C) is known color: Mandys Pink. HEX triplet: FF, BB and 9C. RGB value is (255,187,156). Sum of RGB (Red+Green+Blue) = 255+187+156=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB9C is #004463. Grayscale: #CBCBCB. Windows color (decimal): -17508 or 10271743. OLE color: 10271743.
HSL color Cylindrical-coordinate representation of color #FFBB9C: hue angle of 18.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFBB9C is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 156 | - |
| CMYK | 0 | 0.27 | 0.39 | 0 |
| HSL | 18.79º | 1% | 0.81% | - |
| HSV(B) | 18.79º | 0.39% | 1% | - |
| XYZ | 65.01 | 59.2 | 39.45 | - |
| YUV | 203.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 156 | 0 | 0.27 | 0.39 | 0 | 18.79 | 1 | 0.81 |
| Hex | FF | BB | 9C | 0 | 1B | 27 | 0 | 13 | 64 | 51 |
| Octal | 377 | 273 | 234 | 0 | 33 | 47 | 0 | 23 | 144 | 121 |
| Binary | 11111111 | 10111011 | 10011100 | 0 | 11011 | 100111 | 0 | 10011 | 1100100 | 1010001 |
Color Harmonies of #FFBB9C
Complementary color
Monochromatic Colors of #FFBB9C
Black with #FFBB9C
Text Example
Text Example
White with #FFBB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB9C; }
p { color: rgb(255,187,156); }
H1.HeaderClassName
{
color: #FFBB9C;
}
.AnyTagClassName
{
color: #FFBB9C;
}
</style>
background-color css
<style>
a { background-color: #FFBB9C; }
a { background-color: rgb(255,187,156); }
div.DivClassName
{
background-color: #FFBB9C;
}
.BgClassName
{
background-color: #FFBB9C;
}
</style>
border-color css
<style>
span { border-color: #FFBB9C; }
span { border-color: rgb(255,187,156); }
td.TdClassName
{
border-color: #FFBB9C;
}
.TagClassName
{
border-color: #FFBB9C;
}
</style>