Shades of Mandys Pink #FFBB97
Tints of Mandys Pink #FFBB97
RGB
CMYK
RGB Variations
Color information
#FFBB97 (or 0xFFBB97) is known color: Mandys Pink. HEX triplet: FF, BB and 97. RGB value is (255,187,151). Sum of RGB (Red+Green+Blue) = 255+187+151=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB97 is #004468. Grayscale: #CBCBCB. Windows color (decimal): -17513 or 9944063. OLE color: 9944063.
HSL color Cylindrical-coordinate representation of color #FFBB97: hue angle of 20.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFBB97 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 151 | - |
| CMYK | 0 | 0.27 | 0.41 | 0 |
| HSL | 20.77º | 1% | 0.8% | - |
| HSV(B) | 20.77º | 0.41% | 1% | - |
| XYZ | 64.6 | 59.04 | 37.27 | - |
| YUV | 203.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 151 | 0 | 0.27 | 0.41 | 0 | 20.77 | 1 | 0.8 |
| Hex | FF | BB | 97 | 0 | 1B | 29 | 0 | 15 | 64 | 50 |
| Octal | 377 | 273 | 227 | 0 | 33 | 51 | 0 | 25 | 144 | 120 |
| Binary | 11111111 | 10111011 | 10010111 | 0 | 11011 | 101001 | 0 | 10101 | 1100100 | 1010000 |
Color Harmonies of #FFBB97
Complementary color
Monochromatic Colors of #FFBB97
Black with #FFBB97
Text Example
Text Example
White with #FFBB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB97; }
p { color: rgb(255,187,151); }
H1.HeaderClassName
{
color: #FFBB97;
}
.AnyTagClassName
{
color: #FFBB97;
}
</style>
background-color css
<style>
a { background-color: #FFBB97; }
a { background-color: rgb(255,187,151); }
div.DivClassName
{
background-color: #FFBB97;
}
.BgClassName
{
background-color: #FFBB97;
}
</style>
border-color css
<style>
span { border-color: #FFBB97; }
span { border-color: rgb(255,187,151); }
td.TdClassName
{
border-color: #FFBB97;
}
.TagClassName
{
border-color: #FFBB97;
}
</style>