Shades of Pink #FFBCC8
Tints of Pink #FFBCC8
RGB
CMYK
RGB Variations
Color information
#FFBCC8 (or 0xFFBCC8) is known color: Pink. HEX triplet: FF, BC and C8. RGB value is (255,188,200). Sum of RGB (Red+Green+Blue) = 255+188+200=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCC8 is #004337. Grayscale: #D1D1D1. Windows color (decimal): -17208 or 13155583. OLE color: 13155583.
HSL color Cylindrical-coordinate representation of color #FFBCC8: hue angle of 349.25º 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 #FFBCC8 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 200 | - |
| CMYK | 0 | 0.26 | 0.22 | 0 |
| HSL | 349.25º | 1% | 0.87% | - |
| HSV(B) | 349.25º | 0.26% | 1% | - |
| XYZ | 69.65 | 61.4 | 62.82 | - |
| YUV | 209.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 200 | 0 | 0.26 | 0.22 | 0 | 349.25 | 1 | 0.87 |
| Hex | FF | BC | C8 | 0 | 1A | 16 | 0 | 15D | 64 | 57 |
| Octal | 377 | 274 | 310 | 0 | 32 | 26 | 0 | 535 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11001000 | 0 | 11010 | 10110 | 0 | 101011101 | 1100100 | 1010111 |
Color Harmonies of #FFBCC8
Complementary color
Monochromatic Colors of #FFBCC8
Black with #FFBCC8
Text Example
Text Example
White with #FFBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCC8; }
p { color: rgb(255,188,200); }
H1.HeaderClassName
{
color: #FFBCC8;
}
.AnyTagClassName
{
color: #FFBCC8;
}
</style>
background-color css
<style>
a { background-color: #FFBCC8; }
a { background-color: rgb(255,188,200); }
div.DivClassName
{
background-color: #FFBCC8;
}
.BgClassName
{
background-color: #FFBCC8;
}
</style>
border-color css
<style>
span { border-color: #FFBCC8; }
span { border-color: rgb(255,188,200); }
td.TdClassName
{
border-color: #FFBCC8;
}
.TagClassName
{
border-color: #FFBCC8;
}
</style>