Shades of Cotton Candy #FFBCD0
Tints of Cotton Candy #FFBCD0
RGB
CMYK
RGB Variations
Color information
#FFBCD0 (or 0xFFBCD0) is known color: Cotton Candy. HEX triplet: FF, BC and D0. RGB value is (255,188,208). Sum of RGB (Red+Green+Blue) = 255+188+208=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD0 is #00432F. Grayscale: #D2D2D2. Windows color (decimal): -17200 or 13679871. OLE color: 13679871.
HSL color Cylindrical-coordinate representation of color #FFBCD0: hue angle of 342.09º 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 #FFBCD0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 208 | - |
| CMYK | 0 | 0.26 | 0.18 | 0 |
| HSL | 342.09º | 1% | 0.87% | - |
| HSV(B) | 342.09º | 0.26% | 1% | - |
| XYZ | 70.61 | 61.78 | 67.88 | - |
| YUV | 210.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 208 | 0 | 0.26 | 0.18 | 0 | 342.09 | 1 | 0.87 |
| Hex | FF | BC | D0 | 0 | 1A | 12 | 0 | 156 | 64 | 57 |
| Octal | 377 | 274 | 320 | 0 | 32 | 22 | 0 | 526 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11010000 | 0 | 11010 | 10010 | 0 | 101010110 | 1100100 | 1010111 |
Color Harmonies of #FFBCD0
Complementary color
Monochromatic Colors of #FFBCD0
Black with #FFBCD0
Text Example
Text Example
White with #FFBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCD0; }
p { color: rgb(255,188,208); }
H1.HeaderClassName
{
color: #FFBCD0;
}
.AnyTagClassName
{
color: #FFBCD0;
}
</style>
background-color css
<style>
a { background-color: #FFBCD0; }
a { background-color: rgb(255,188,208); }
div.DivClassName
{
background-color: #FFBCD0;
}
.BgClassName
{
background-color: #FFBCD0;
}
</style>
border-color css
<style>
span { border-color: #FFBCD0; }
span { border-color: rgb(255,188,208); }
td.TdClassName
{
border-color: #FFBCD0;
}
.TagClassName
{
border-color: #FFBCD0;
}
</style>