Shades of Mandys Pink #FFBB9E
Tints of Mandys Pink #FFBB9E
RGB
CMYK
RGB Variations
Color information
#FFBB9E (or 0xFFBB9E) is known color: Mandys Pink. HEX triplet: FF, BB and 9E. RGB value is (255,187,158). Sum of RGB (Red+Green+Blue) = 255+187+158=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB9E is #004461. Grayscale: #CCCCCC. Windows color (decimal): -17506 or 10402815. OLE color: 10402815.
HSL color Cylindrical-coordinate representation of color #FFBB9E: hue angle of 17.94º 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 #FFBB9E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 158 | - |
| CMYK | 0 | 0.27 | 0.38 | 0 |
| HSL | 17.94º | 1% | 0.81% | - |
| HSV(B) | 17.94º | 0.38% | 1% | - |
| XYZ | 65.18 | 59.27 | 40.35 | - |
| YUV | 204.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 158 | 0 | 0.27 | 0.38 | 0 | 17.94 | 1 | 0.81 |
| Hex | FF | BB | 9E | 0 | 1B | 26 | 0 | 12 | 64 | 51 |
| Octal | 377 | 273 | 236 | 0 | 33 | 46 | 0 | 22 | 144 | 121 |
| Binary | 11111111 | 10111011 | 10011110 | 0 | 11011 | 100110 | 0 | 10010 | 1100100 | 1010001 |
Color Harmonies of #FFBB9E
Complementary color
Monochromatic Colors of #FFBB9E
Black with #FFBB9E
Text Example
Text Example
White with #FFBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB9E; }
p { color: rgb(255,187,158); }
H1.HeaderClassName
{
color: #FFBB9E;
}
.AnyTagClassName
{
color: #FFBB9E;
}
</style>
background-color css
<style>
a { background-color: #FFBB9E; }
a { background-color: rgb(255,187,158); }
div.DivClassName
{
background-color: #FFBB9E;
}
.BgClassName
{
background-color: #FFBB9E;
}
</style>
border-color css
<style>
span { border-color: #FFBB9E; }
span { border-color: rgb(255,187,158); }
td.TdClassName
{
border-color: #FFBB9E;
}
.TagClassName
{
border-color: #FFBB9E;
}
</style>