Shades of Mandys Pink #FFBB99
Tints of Mandys Pink #FFBB99
RGB
CMYK
RGB Variations
Color information
#FFBB99 (or 0xFFBB99) is known color: Mandys Pink. HEX triplet: FF, BB and 99. RGB value is (255,187,153). Sum of RGB (Red+Green+Blue) = 255+187+153=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB99 is #004466. Grayscale: #CBCBCB. Windows color (decimal): -17511 or 10075135. OLE color: 10075135.
HSL color Cylindrical-coordinate representation of color #FFBB99: hue angle of 20º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFBB99 is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 153 | - |
| CMYK | 0 | 0.27 | 0.4 | 0 |
| HSL | 20º | 1% | 0.8% | - |
| HSV(B) | 20º | 0.4% | 1% | - |
| XYZ | 64.76 | 59.1 | 38.13 | - |
| YUV | 203.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 153 | 0 | 0.27 | 0.4 | 0 | 20 | 1 | 0.8 |
| Hex | FF | BB | 99 | 0 | 1B | 28 | 0 | 14 | 64 | 50 |
| Octal | 377 | 273 | 231 | 0 | 33 | 50 | 0 | 24 | 144 | 120 |
| Binary | 11111111 | 10111011 | 10011001 | 0 | 11011 | 101000 | 0 | 10100 | 1100100 | 1010000 |
Color Harmonies of #FFBB99
Complementary color
Monochromatic Colors of #FFBB99
Black with #FFBB99
Text Example
Text Example
White with #FFBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB99; }
p { color: rgb(255,187,153); }
H1.HeaderClassName
{
color: #FFBB99;
}
.AnyTagClassName
{
color: #FFBB99;
}
</style>
background-color css
<style>
a { background-color: #FFBB99; }
a { background-color: rgb(255,187,153); }
div.DivClassName
{
background-color: #FFBB99;
}
.BgClassName
{
background-color: #FFBB99;
}
</style>
border-color css
<style>
span { border-color: #FFBB99; }
span { border-color: rgb(255,187,153); }
td.TdClassName
{
border-color: #FFBB99;
}
.TagClassName
{
border-color: #FFBB99;
}
</style>