Shades of Cotton Candy #FFBCDC
Tints of Cotton Candy #FFBCDC
RGB
CMYK
RGB Variations
Color information
#FFBCDC (or 0xFFBCDC) is known color: Cotton Candy. HEX triplet: FF, BC and DC. RGB value is (255,188,220). Sum of RGB (Red+Green+Blue) = 255+188+220=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDC is #004323. Grayscale: #D3D3D3. Windows color (decimal): -17188 or 14466303. OLE color: 14466303.
HSL color Cylindrical-coordinate representation of color #FFBCDC: hue angle of 331.34º 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 #FFBCDC is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 220 | - |
| CMYK | 0 | 0.26 | 0.14 | 0 |
| HSL | 331.34º | 1% | 0.87% | - |
| HSV(B) | 331.34º | 0.26% | 1% | - |
| XYZ | 72.14 | 62.39 | 75.95 | - |
| YUV | 211.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 220 | 0 | 0.26 | 0.14 | 0 | 331.34 | 1 | 0.87 |
| Hex | FF | BC | DC | 0 | 1A | E | 0 | 14B | 64 | 57 |
| Octal | 377 | 274 | 334 | 0 | 32 | 16 | 0 | 513 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11011100 | 0 | 11010 | 1110 | 0 | 101001011 | 1100100 | 1010111 |
Color Harmonies of #FFBCDC
Complementary color
Monochromatic Colors of #FFBCDC
Black with #FFBCDC
Text Example
Text Example
White with #FFBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCDC; }
p { color: rgb(255,188,220); }
H1.HeaderClassName
{
color: #FFBCDC;
}
.AnyTagClassName
{
color: #FFBCDC;
}
</style>
background-color css
<style>
a { background-color: #FFBCDC; }
a { background-color: rgb(255,188,220); }
div.DivClassName
{
background-color: #FFBCDC;
}
.BgClassName
{
background-color: #FFBCDC;
}
</style>
border-color css
<style>
span { border-color: #FFBCDC; }
span { border-color: rgb(255,188,220); }
td.TdClassName
{
border-color: #FFBCDC;
}
.TagClassName
{
border-color: #FFBCDC;
}
</style>