Shades of Cotton Candy #FFBCDB
Tints of Cotton Candy #FFBCDB
RGB
CMYK
RGB Variations
Color information
#FFBCDB (or 0xFFBCDB) is known color: Cotton Candy. HEX triplet: FF, BC and DB. RGB value is (255,188,219). Sum of RGB (Red+Green+Blue) = 255+188+219=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDB is #004324. Grayscale: #D3D3D3. Windows color (decimal): -17189 or 14400767. OLE color: 14400767.
HSL color Cylindrical-coordinate representation of color #FFBCDB: hue angle of 332.24º 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 #FFBCDB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 219 | - |
| CMYK | 0 | 0.26 | 0.14 | 0 |
| HSL | 332.24º | 1% | 0.87% | - |
| HSV(B) | 332.24º | 0.26% | 1% | - |
| XYZ | 72.01 | 62.34 | 75.26 | - |
| YUV | 211.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 219 | 0 | 0.26 | 0.14 | 0 | 332.24 | 1 | 0.87 |
| Hex | FF | BC | DB | 0 | 1A | E | 0 | 14C | 64 | 57 |
| Octal | 377 | 274 | 333 | 0 | 32 | 16 | 0 | 514 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11011011 | 0 | 11010 | 1110 | 0 | 101001100 | 1100100 | 1010111 |
Color Harmonies of #FFBCDB
Complementary color
Monochromatic Colors of #FFBCDB
Black with #FFBCDB
Text Example
Text Example
White with #FFBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCDB; }
p { color: rgb(255,188,219); }
H1.HeaderClassName
{
color: #FFBCDB;
}
.AnyTagClassName
{
color: #FFBCDB;
}
</style>
background-color css
<style>
a { background-color: #FFBCDB; }
a { background-color: rgb(255,188,219); }
div.DivClassName
{
background-color: #FFBCDB;
}
.BgClassName
{
background-color: #FFBCDB;
}
</style>
border-color css
<style>
span { border-color: #FFBCDB; }
span { border-color: rgb(255,188,219); }
td.TdClassName
{
border-color: #FFBCDB;
}
.TagClassName
{
border-color: #FFBCDB;
}
</style>