Shades of Cotton Candy #FFBCD6
Tints of Cotton Candy #FFBCD6
RGB
CMYK
RGB Variations
Color information
#FFBCD6 (or 0xFFBCD6) is known color: Cotton Candy. HEX triplet: FF, BC and D6. RGB value is (255,188,214). Sum of RGB (Red+Green+Blue) = 255+188+214=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD6 is #004329. Grayscale: #D2D2D2. Windows color (decimal): -17194 or 14073087. OLE color: 14073087.
HSL color Cylindrical-coordinate representation of color #FFBCD6: hue angle of 336.72º 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 #FFBCD6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 214 | - |
| CMYK | 0 | 0.26 | 0.16 | 0 |
| HSL | 336.72º | 1% | 0.87% | - |
| HSV(B) | 336.72º | 0.26% | 1% | - |
| XYZ | 71.36 | 62.08 | 71.84 | - |
| YUV | 211 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 214 | 0 | 0.26 | 0.16 | 0 | 336.72 | 1 | 0.87 |
| Hex | FF | BC | D6 | 0 | 1A | 10 | 0 | 151 | 64 | 57 |
| Octal | 377 | 274 | 326 | 0 | 32 | 20 | 0 | 521 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11010110 | 0 | 11010 | 10000 | 0 | 101010001 | 1100100 | 1010111 |
Color Harmonies of #FFBCD6
Complementary color
Monochromatic Colors of #FFBCD6
Black with #FFBCD6
Text Example
Text Example
White with #FFBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCD6; }
p { color: rgb(255,188,214); }
H1.HeaderClassName
{
color: #FFBCD6;
}
.AnyTagClassName
{
color: #FFBCD6;
}
</style>
background-color css
<style>
a { background-color: #FFBCD6; }
a { background-color: rgb(255,188,214); }
div.DivClassName
{
background-color: #FFBCD6;
}
.BgClassName
{
background-color: #FFBCD6;
}
</style>
border-color css
<style>
span { border-color: #FFBCD6; }
span { border-color: rgb(255,188,214); }
td.TdClassName
{
border-color: #FFBCD6;
}
.TagClassName
{
border-color: #FFBCD6;
}
</style>