Shades of Mandys Pink #FFBA92
Tints of Mandys Pink #FFBA92
RGB
CMYK
RGB Variations
Color information
#FFBA92 (or 0xFFBA92) is known color: Mandys Pink. HEX triplet: FF, BA and 92. RGB value is (255,186,146). Sum of RGB (Red+Green+Blue) = 255+186+146=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA92 is #00456D. Grayscale: #CACACA. Windows color (decimal): -17774 or 9616127. OLE color: 9616127.
HSL color Cylindrical-coordinate representation of color #FFBA92: hue angle of 22.02º 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 #FFBA92 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 146 | - |
| CMYK | 0 | 0.27 | 0.43 | 0 |
| HSL | 22.02º | 1% | 0.79% | - |
| HSV(B) | 22.02º | 0.43% | 1% | - |
| XYZ | 63.99 | 58.45 | 35.1 | - |
| YUV | 202.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 146 | 0 | 0.27 | 0.43 | 0 | 22.02 | 1 | 0.79 |
| Hex | FF | BA | 92 | 0 | 1B | 2B | 0 | 16 | 64 | 4F |
| Octal | 377 | 272 | 222 | 0 | 33 | 53 | 0 | 26 | 144 | 117 |
| Binary | 11111111 | 10111010 | 10010010 | 0 | 11011 | 101011 | 0 | 10110 | 1100100 | 1001111 |
Color Harmonies of #FFBA92
Complementary color
Monochromatic Colors of #FFBA92
Black with #FFBA92
Text Example
Text Example
White with #FFBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA92; }
p { color: rgb(255,186,146); }
H1.HeaderClassName
{
color: #FFBA92;
}
.AnyTagClassName
{
color: #FFBA92;
}
</style>
background-color css
<style>
a { background-color: #FFBA92; }
a { background-color: rgb(255,186,146); }
div.DivClassName
{
background-color: #FFBA92;
}
.BgClassName
{
background-color: #FFBA92;
}
</style>
border-color css
<style>
span { border-color: #FFBA92; }
span { border-color: rgb(255,186,146); }
td.TdClassName
{
border-color: #FFBA92;
}
.TagClassName
{
border-color: #FFBA92;
}
</style>