Shades of Light Pink #FFB0BC
Tints of Light Pink #FFB0BC
RGB
CMYK
RGB Variations
Color information
#FFB0BC (or 0xFFB0BC) is known color: Light Pink. HEX triplet: FF, B0 and BC. RGB value is (255,176,188). Sum of RGB (Red+Green+Blue) = 255+176+188=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0BC is #004F43. Grayscale: #C9C9C9. Windows color (decimal): -20292 or 12366079. OLE color: 12366079.
HSL color Cylindrical-coordinate representation of color #FFB0BC: hue angle of 350.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0BC is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 188 | - |
| CMYK | 0 | 0.31 | 0.26 | 0 |
| HSL | 350.89º | 1% | 0.85% | - |
| HSV(B) | 350.89º | 0.31% | 1% | - |
| XYZ | 65.84 | 55.94 | 54.9 | - |
| YUV | 200.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 188 | 0 | 0.31 | 0.26 | 0 | 350.89 | 1 | 0.85 |
| Hex | FF | B0 | BC | 0 | 1F | 1A | 0 | 15F | 64 | 55 |
| Octal | 377 | 260 | 274 | 0 | 37 | 32 | 0 | 537 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10111100 | 0 | 11111 | 11010 | 0 | 101011111 | 1100100 | 1010101 |
Color Harmonies of #FFB0BC
Complementary color
Monochromatic Colors of #FFB0BC
Black with #FFB0BC
Text Example
Text Example
White with #FFB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0BC; }
p { color: rgb(255,176,188); }
H1.HeaderClassName
{
color: #FFB0BC;
}
.AnyTagClassName
{
color: #FFB0BC;
}
</style>
background-color css
<style>
a { background-color: #FFB0BC; }
a { background-color: rgb(255,176,188); }
div.DivClassName
{
background-color: #FFB0BC;
}
.BgClassName
{
background-color: #FFB0BC;
}
</style>
border-color css
<style>
span { border-color: #FFB0BC; }
span { border-color: rgb(255,176,188); }
td.TdClassName
{
border-color: #FFB0BC;
}
.TagClassName
{
border-color: #FFB0BC;
}
</style>