Shades of Mandys Pink #FFBB9F
Tints of Mandys Pink #FFBB9F
RGB
CMYK
RGB Variations
Color information
#FFBB9F (or 0xFFBB9F) is known color: Mandys Pink. HEX triplet: FF, BB and 9F. RGB value is (255,187,159). Sum of RGB (Red+Green+Blue) = 255+187+159=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB9F is #004460. Grayscale: #CCCCCC. Windows color (decimal): -17505 or 10468351. OLE color: 10468351.
HSL color Cylindrical-coordinate representation of color #FFBB9F: hue angle of 17.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFBB9F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 159 | - |
| CMYK | 0 | 0.27 | 0.38 | 0 |
| HSL | 17.5º | 1% | 0.81% | - |
| HSV(B) | 17.5º | 0.38% | 1% | - |
| XYZ | 65.27 | 59.3 | 40.81 | - |
| YUV | 204.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 159 | 0 | 0.27 | 0.38 | 0 | 17.5 | 1 | 0.81 |
| Hex | FF | BB | 9F | 0 | 1B | 26 | 0 | 12 | 64 | 51 |
| Octal | 377 | 273 | 237 | 0 | 33 | 46 | 0 | 22 | 144 | 121 |
| Binary | 11111111 | 10111011 | 10011111 | 0 | 11011 | 100110 | 0 | 10010 | 1100100 | 1010001 |
Color Harmonies of #FFBB9F
Complementary color
Monochromatic Colors of #FFBB9F
Black with #FFBB9F
Text Example
Text Example
White with #FFBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB9F; }
p { color: rgb(255,187,159); }
H1.HeaderClassName
{
color: #FFBB9F;
}
.AnyTagClassName
{
color: #FFBB9F;
}
</style>
background-color css
<style>
a { background-color: #FFBB9F; }
a { background-color: rgb(255,187,159); }
div.DivClassName
{
background-color: #FFBB9F;
}
.BgClassName
{
background-color: #FFBB9F;
}
</style>
border-color css
<style>
span { border-color: #FFBB9F; }
span { border-color: rgb(255,187,159); }
td.TdClassName
{
border-color: #FFBB9F;
}
.TagClassName
{
border-color: #FFBB9F;
}
</style>