Shades of Cotton Candy #FFBCD5
Tints of Cotton Candy #FFBCD5
RGB
CMYK
RGB Variations
Color information
#FFBCD5 (or 0xFFBCD5) is known color: Cotton Candy. HEX triplet: FF, BC and D5. RGB value is (255,188,213). Sum of RGB (Red+Green+Blue) = 255+188+213=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD5 is #00432A. Grayscale: #D2D2D2. Windows color (decimal): -17195 or 14007551. OLE color: 14007551.
HSL color Cylindrical-coordinate representation of color #FFBCD5: hue angle of 337.61º 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 #FFBCD5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 213 | - |
| CMYK | 0 | 0.26 | 0.16 | 0 |
| HSL | 337.61º | 1% | 0.87% | - |
| HSV(B) | 337.61º | 0.26% | 1% | - |
| XYZ | 71.23 | 62.03 | 71.17 | - |
| YUV | 210.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 213 | 0 | 0.26 | 0.16 | 0 | 337.61 | 1 | 0.87 |
| Hex | FF | BC | D5 | 0 | 1A | 10 | 0 | 152 | 64 | 57 |
| Octal | 377 | 274 | 325 | 0 | 32 | 20 | 0 | 522 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11010101 | 0 | 11010 | 10000 | 0 | 101010010 | 1100100 | 1010111 |
Color Harmonies of #FFBCD5
Complementary color
Monochromatic Colors of #FFBCD5
Black with #FFBCD5
Text Example
Text Example
White with #FFBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCD5; }
p { color: rgb(255,188,213); }
H1.HeaderClassName
{
color: #FFBCD5;
}
.AnyTagClassName
{
color: #FFBCD5;
}
</style>
background-color css
<style>
a { background-color: #FFBCD5; }
a { background-color: rgb(255,188,213); }
div.DivClassName
{
background-color: #FFBCD5;
}
.BgClassName
{
background-color: #FFBCD5;
}
</style>
border-color css
<style>
span { border-color: #FFBCD5; }
span { border-color: rgb(255,188,213); }
td.TdClassName
{
border-color: #FFBCD5;
}
.TagClassName
{
border-color: #FFBCD5;
}
</style>