Shades of Light Pink #FFB1BC
Tints of Light Pink #FFB1BC
RGB
CMYK
RGB Variations
Color information
#FFB1BC (or 0xFFB1BC) is known color: Light Pink. HEX triplet: FF, B1 and BC. RGB value is (255,177,188). Sum of RGB (Red+Green+Blue) = 255+177+188=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BC is #004E43. Grayscale: #C9C9C9. Windows color (decimal): -20036 or 12366335. OLE color: 12366335.
HSL color Cylindrical-coordinate representation of color #FFB1BC: hue angle of 351.54º 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 #FFB1BC is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 188 | - |
| CMYK | 0 | 0.31 | 0.26 | 0 |
| HSL | 351.54º | 1% | 0.85% | - |
| HSV(B) | 351.54º | 0.31% | 1% | - |
| XYZ | 66.04 | 56.34 | 54.97 | - |
| YUV | 201.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 188 | 0 | 0.31 | 0.26 | 0 | 351.54 | 1 | 0.85 |
| Hex | FF | B1 | BC | 0 | 1F | 1A | 0 | 160 | 64 | 55 |
| Octal | 377 | 261 | 274 | 0 | 37 | 32 | 0 | 540 | 144 | 125 |
| Binary | 11111111 | 10110001 | 10111100 | 0 | 11111 | 11010 | 0 | 101100000 | 1100100 | 1010101 |
Color Harmonies of #FFB1BC
Complementary color
Monochromatic Colors of #FFB1BC
Black with #FFB1BC
Text Example
Text Example
White with #FFB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1BC; }
p { color: rgb(255,177,188); }
H1.HeaderClassName
{
color: #FFB1BC;
}
.AnyTagClassName
{
color: #FFB1BC;
}
</style>
background-color css
<style>
a { background-color: #FFB1BC; }
a { background-color: rgb(255,177,188); }
div.DivClassName
{
background-color: #FFB1BC;
}
.BgClassName
{
background-color: #FFB1BC;
}
</style>
border-color css
<style>
span { border-color: #FFB1BC; }
span { border-color: rgb(255,177,188); }
td.TdClassName
{
border-color: #FFB1BC;
}
.TagClassName
{
border-color: #FFB1BC;
}
</style>