Shades of Mandys Pink #FFBC92
Tints of Mandys Pink #FFBC92
RGB
CMYK
RGB Variations
Color information
#FFBC92 (or 0xFFBC92) is known color: Mandys Pink. HEX triplet: FF, BC and 92. RGB value is (255,188,146). Sum of RGB (Red+Green+Blue) = 255+188+146=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC92 is #00436D. Grayscale: #CBCBCB. Windows color (decimal): -17262 or 9616639. OLE color: 9616639.
HSL color Cylindrical-coordinate representation of color #FFBC92: hue angle of 23.12º 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 #FFBC92 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 146 | - |
| CMYK | 0 | 0.26 | 0.43 | 0 |
| HSL | 23.12º | 1% | 0.79% | - |
| HSV(B) | 23.12º | 0.43% | 1% | - |
| XYZ | 64.41 | 59.3 | 35.25 | - |
| YUV | 203.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 146 | 0 | 0.26 | 0.43 | 0 | 23.12 | 1 | 0.79 |
| Hex | FF | BC | 92 | 0 | 1A | 2B | 0 | 17 | 64 | 4F |
| Octal | 377 | 274 | 222 | 0 | 32 | 53 | 0 | 27 | 144 | 117 |
| Binary | 11111111 | 10111100 | 10010010 | 0 | 11010 | 101011 | 0 | 10111 | 1100100 | 1001111 |
Color Harmonies of #FFBC92
Complementary color
Monochromatic Colors of #FFBC92
Black with #FFBC92
Text Example
Text Example
White with #FFBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC92; }
p { color: rgb(255,188,146); }
H1.HeaderClassName
{
color: #FFBC92;
}
.AnyTagClassName
{
color: #FFBC92;
}
</style>
background-color css
<style>
a { background-color: #FFBC92; }
a { background-color: rgb(255,188,146); }
div.DivClassName
{
background-color: #FFBC92;
}
.BgClassName
{
background-color: #FFBC92;
}
</style>
border-color css
<style>
span { border-color: #FFBC92; }
span { border-color: rgb(255,188,146); }
td.TdClassName
{
border-color: #FFBC92;
}
.TagClassName
{
border-color: #FFBC92;
}
</style>