Shades of Pink #FFBCCE
Tints of Pink #FFBCCE
RGB
CMYK
RGB Variations
Color information
#FFBCCE (or 0xFFBCCE) is known color: Pink. HEX triplet: FF, BC and CE. RGB value is (255,188,206). Sum of RGB (Red+Green+Blue) = 255+188+206=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCCE is #004331. Grayscale: #D2D2D2. Windows color (decimal): -17202 or 13548799. OLE color: 13548799.
HSL color Cylindrical-coordinate representation of color #FFBCCE: hue angle of 343.88º 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 #FFBCCE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 206 | - |
| CMYK | 0 | 0.26 | 0.19 | 0 |
| HSL | 343.88º | 1% | 0.87% | - |
| HSV(B) | 343.88º | 0.26% | 1% | - |
| XYZ | 70.36 | 61.68 | 66.59 | - |
| YUV | 210.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 206 | 0 | 0.26 | 0.19 | 0 | 343.88 | 1 | 0.87 |
| Hex | FF | BC | CE | 0 | 1A | 13 | 0 | 158 | 64 | 57 |
| Octal | 377 | 274 | 316 | 0 | 32 | 23 | 0 | 530 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11001110 | 0 | 11010 | 10011 | 0 | 101011000 | 1100100 | 1010111 |
Color Harmonies of #FFBCCE
Complementary color
Monochromatic Colors of #FFBCCE
Black with #FFBCCE
Text Example
Text Example
White with #FFBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCCE; }
p { color: rgb(255,188,206); }
H1.HeaderClassName
{
color: #FFBCCE;
}
.AnyTagClassName
{
color: #FFBCCE;
}
</style>
background-color css
<style>
a { background-color: #FFBCCE; }
a { background-color: rgb(255,188,206); }
div.DivClassName
{
background-color: #FFBCCE;
}
.BgClassName
{
background-color: #FFBCCE;
}
</style>
border-color css
<style>
span { border-color: #FFBCCE; }
span { border-color: rgb(255,188,206); }
td.TdClassName
{
border-color: #FFBCCE;
}
.TagClassName
{
border-color: #FFBCCE;
}
</style>