Shades of Mandys Pink #FFBB92
Tints of Mandys Pink #FFBB92
RGB
CMYK
RGB Variations
Color information
#FFBB92 (or 0xFFBB92) is known color: Mandys Pink. HEX triplet: FF, BB and 92. RGB value is (255,187,146). Sum of RGB (Red+Green+Blue) = 255+187+146=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB92 is #00446D. Grayscale: #CACACA. Windows color (decimal): -17518 or 9616383. OLE color: 9616383.
HSL color Cylindrical-coordinate representation of color #FFBB92: hue angle of 22.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFBB92 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 146 | - |
| CMYK | 0 | 0.27 | 0.43 | 0 |
| HSL | 22.57º | 1% | 0.79% | - |
| HSV(B) | 22.57º | 0.43% | 1% | - |
| XYZ | 64.2 | 58.88 | 35.17 | - |
| YUV | 202.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 146 | 0 | 0.27 | 0.43 | 0 | 22.57 | 1 | 0.79 |
| Hex | FF | BB | 92 | 0 | 1B | 2B | 0 | 17 | 64 | 4F |
| Octal | 377 | 273 | 222 | 0 | 33 | 53 | 0 | 27 | 144 | 117 |
| Binary | 11111111 | 10111011 | 10010010 | 0 | 11011 | 101011 | 0 | 10111 | 1100100 | 1001111 |
Color Harmonies of #FFBB92
Complementary color
Monochromatic Colors of #FFBB92
Black with #FFBB92
Text Example
Text Example
White with #FFBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB92; }
p { color: rgb(255,187,146); }
H1.HeaderClassName
{
color: #FFBB92;
}
.AnyTagClassName
{
color: #FFBB92;
}
</style>
background-color css
<style>
a { background-color: #FFBB92; }
a { background-color: rgb(255,187,146); }
div.DivClassName
{
background-color: #FFBB92;
}
.BgClassName
{
background-color: #FFBB92;
}
</style>
border-color css
<style>
span { border-color: #FFBB92; }
span { border-color: rgb(255,187,146); }
td.TdClassName
{
border-color: #FFBB92;
}
.TagClassName
{
border-color: #FFBB92;
}
</style>