Shades of Cotton Candy #FFBCDD
Tints of Cotton Candy #FFBCDD
RGB
CMYK
RGB Variations
Color information
#FFBCDD (or 0xFFBCDD) is known color: Cotton Candy. HEX triplet: FF, BC and DD. RGB value is (255,188,221). Sum of RGB (Red+Green+Blue) = 255+188+221=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDD is #004322. Grayscale: #D3D3D3. Windows color (decimal): -17187 or 14531839. OLE color: 14531839.
HSL color Cylindrical-coordinate representation of color #FFBCDD: hue angle of 330.45º 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 #FFBCDD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 221 | - |
| CMYK | 0 | 0.26 | 0.13 | 0 |
| HSL | 330.45º | 1% | 0.87% | - |
| HSV(B) | 330.45º | 0.26% | 1% | - |
| XYZ | 72.27 | 62.45 | 76.65 | - |
| YUV | 211.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 221 | 0 | 0.26 | 0.13 | 0 | 330.45 | 1 | 0.87 |
| Hex | FF | BC | DD | 0 | 1A | D | 0 | 14A | 64 | 57 |
| Octal | 377 | 274 | 335 | 0 | 32 | 15 | 0 | 512 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11011101 | 0 | 11010 | 1101 | 0 | 101001010 | 1100100 | 1010111 |
Color Harmonies of #FFBCDD
Complementary color
Monochromatic Colors of #FFBCDD
Black with #FFBCDD
Text Example
Text Example
White with #FFBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCDD; }
p { color: rgb(255,188,221); }
H1.HeaderClassName
{
color: #FFBCDD;
}
.AnyTagClassName
{
color: #FFBCDD;
}
</style>
background-color css
<style>
a { background-color: #FFBCDD; }
a { background-color: rgb(255,188,221); }
div.DivClassName
{
background-color: #FFBCDD;
}
.BgClassName
{
background-color: #FFBCDD;
}
</style>
border-color css
<style>
span { border-color: #FFBCDD; }
span { border-color: rgb(255,188,221); }
td.TdClassName
{
border-color: #FFBCDD;
}
.TagClassName
{
border-color: #FFBCDD;
}
</style>