Shades of Mandys Pink #FFBB8E
Tints of Mandys Pink #FFBB8E
RGB
CMYK
RGB Variations
Color information
#FFBB8E (or 0xFFBB8E) is known color: Mandys Pink. HEX triplet: FF, BB and 8E. RGB value is (255,187,142). Sum of RGB (Red+Green+Blue) = 255+187+142=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB8E is #004471. Grayscale: #CACACA. Windows color (decimal): -17522 or 9354239. OLE color: 9354239.
HSL color Cylindrical-coordinate representation of color #FFBB8E: hue angle of 23.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFBB8E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 142 | - |
| CMYK | 0 | 0.27 | 0.44 | 0 |
| HSL | 23.89º | 1% | 0.78% | - |
| HSV(B) | 23.89º | 0.44% | 1% | - |
| XYZ | 63.89 | 58.75 | 33.56 | - |
| YUV | 202.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 142 | 0 | 0.27 | 0.44 | 0 | 23.89 | 1 | 0.78 |
| Hex | FF | BB | 8E | 0 | 1B | 2C | 0 | 18 | 64 | 4E |
| Octal | 377 | 273 | 216 | 0 | 33 | 54 | 0 | 30 | 144 | 116 |
| Binary | 11111111 | 10111011 | 10001110 | 0 | 11011 | 101100 | 0 | 11000 | 1100100 | 1001110 |
Color Harmonies of #FFBB8E
Complementary color
Monochromatic Colors of #FFBB8E
Black with #FFBB8E
Text Example
Text Example
White with #FFBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB8E; }
p { color: rgb(255,187,142); }
H1.HeaderClassName
{
color: #FFBB8E;
}
.AnyTagClassName
{
color: #FFBB8E;
}
</style>
background-color css
<style>
a { background-color: #FFBB8E; }
a { background-color: rgb(255,187,142); }
div.DivClassName
{
background-color: #FFBB8E;
}
.BgClassName
{
background-color: #FFBB8E;
}
</style>
border-color css
<style>
span { border-color: #FFBB8E; }
span { border-color: rgb(255,187,142); }
td.TdClassName
{
border-color: #FFBB8E;
}
.TagClassName
{
border-color: #FFBB8E;
}
</style>