Shades of Mandys Pink #FFBC99
Tints of Mandys Pink #FFBC99
RGB
CMYK
RGB Variations
Color information
#FFBC99 (or 0xFFBC99) is known color: Mandys Pink. HEX triplet: FF, BC and 99. RGB value is (255,188,153). Sum of RGB (Red+Green+Blue) = 255+188+153=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC99 is #004366. Grayscale: #CCCCCC. Windows color (decimal): -17255 or 10075391. OLE color: 10075391.
HSL color Cylindrical-coordinate representation of color #FFBC99: hue angle of 20.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFBC99 is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 153 | - |
| CMYK | 0 | 0.26 | 0.4 | 0 |
| HSL | 20.59º | 1% | 0.8% | - |
| HSV(B) | 20.59º | 0.4% | 1% | - |
| XYZ | 64.97 | 59.53 | 38.2 | - |
| YUV | 204.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 153 | 0 | 0.26 | 0.4 | 0 | 20.59 | 1 | 0.8 |
| Hex | FF | BC | 99 | 0 | 1A | 28 | 0 | 15 | 64 | 50 |
| Octal | 377 | 274 | 231 | 0 | 32 | 50 | 0 | 25 | 144 | 120 |
| Binary | 11111111 | 10111100 | 10011001 | 0 | 11010 | 101000 | 0 | 10101 | 1100100 | 1010000 |
Color Harmonies of #FFBC99
Complementary color
Monochromatic Colors of #FFBC99
Black with #FFBC99
Text Example
Text Example
White with #FFBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC99; }
p { color: rgb(255,188,153); }
H1.HeaderClassName
{
color: #FFBC99;
}
.AnyTagClassName
{
color: #FFBC99;
}
</style>
background-color css
<style>
a { background-color: #FFBC99; }
a { background-color: rgb(255,188,153); }
div.DivClassName
{
background-color: #FFBC99;
}
.BgClassName
{
background-color: #FFBC99;
}
</style>
border-color css
<style>
span { border-color: #FFBC99; }
span { border-color: rgb(255,188,153); }
td.TdClassName
{
border-color: #FFBC99;
}
.TagClassName
{
border-color: #FFBC99;
}
</style>