Shades of Pink #FFBCCB
Tints of Pink #FFBCCB
RGB
CMYK
RGB Variations
Color information
#FFBCCB (or 0xFFBCCB) is known color: Pink. HEX triplet: FF, BC and CB. RGB value is (255,188,203). Sum of RGB (Red+Green+Blue) = 255+188+203=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCCB is #004334. Grayscale: #D1D1D1. Windows color (decimal): -17205 or 13352191. OLE color: 13352191.
HSL color Cylindrical-coordinate representation of color #FFBCCB: hue angle of 346.57º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCCB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 203 | - |
| CMYK | 0 | 0.26 | 0.20 | 0 |
| HSL | 346.57º | 1% | 0.87% | - |
| HSV(B) | 346.57º | 0.26% | 1% | - |
| XYZ | 70 | 61.54 | 64.69 | - |
| YUV | 209.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 203 | 0 | 0.26 | 0.20 | 0 | 346.57 | 1 | 0.87 |
| Hex | FF | BC | CB | 0 | 1A | 14 | 0 | 15B | 64 | 57 |
| Octal | 377 | 274 | 313 | 0 | 32 | 24 | 0 | 533 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11001011 | 0 | 11010 | 10100 | 0 | 101011011 | 1100100 | 1010111 |
Color Harmonies of #FFBCCB
Complementary color
Monochromatic Colors of #FFBCCB
Black with #FFBCCB
Text Example
Text Example
White with #FFBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCCB; }
p { color: rgb(255,188,203); }
H1.HeaderClassName
{
color: #FFBCCB;
}
.AnyTagClassName
{
color: #FFBCCB;
}
</style>
background-color css
<style>
a { background-color: #FFBCCB; }
a { background-color: rgb(255,188,203); }
div.DivClassName
{
background-color: #FFBCCB;
}
.BgClassName
{
background-color: #FFBCCB;
}
</style>
border-color css
<style>
span { border-color: #FFBCCB; }
span { border-color: rgb(255,188,203); }
td.TdClassName
{
border-color: #FFBCCB;
}
.TagClassName
{
border-color: #FFBCCB;
}
</style>