Shades of Pink #FFBCCA
Tints of Pink #FFBCCA
RGB
CMYK
RGB Variations
Color information
#FFBCCA (or 0xFFBCCA) is known color: Pink. HEX triplet: FF, BC and CA. RGB value is (255,188,202). Sum of RGB (Red+Green+Blue) = 255+188+202=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCCA is #004335. Grayscale: #D1D1D1. Windows color (decimal): -17206 or 13286655. OLE color: 13286655.
HSL color Cylindrical-coordinate representation of color #FFBCCA: hue angle of 347.46º 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 #FFBCCA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 202 | - |
| CMYK | 0 | 0.26 | 0.21 | 0 |
| HSL | 347.46º | 1% | 0.87% | - |
| HSV(B) | 347.46º | 0.26% | 1% | - |
| XYZ | 69.88 | 61.49 | 64.06 | - |
| YUV | 209.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 202 | 0 | 0.26 | 0.21 | 0 | 347.46 | 1 | 0.87 |
| Hex | FF | BC | CA | 0 | 1A | 15 | 0 | 15B | 64 | 57 |
| Octal | 377 | 274 | 312 | 0 | 32 | 25 | 0 | 533 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11001010 | 0 | 11010 | 10101 | 0 | 101011011 | 1100100 | 1010111 |
Color Harmonies of #FFBCCA
Complementary color
Monochromatic Colors of #FFBCCA
Black with #FFBCCA
Text Example
Text Example
White with #FFBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCCA; }
p { color: rgb(255,188,202); }
H1.HeaderClassName
{
color: #FFBCCA;
}
.AnyTagClassName
{
color: #FFBCCA;
}
</style>
background-color css
<style>
a { background-color: #FFBCCA; }
a { background-color: rgb(255,188,202); }
div.DivClassName
{
background-color: #FFBCCA;
}
.BgClassName
{
background-color: #FFBCCA;
}
</style>
border-color css
<style>
span { border-color: #FFBCCA; }
span { border-color: rgb(255,188,202); }
td.TdClassName
{
border-color: #FFBCCA;
}
.TagClassName
{
border-color: #FFBCCA;
}
</style>