Shades of Cotton Candy #FFBCDA
Tints of Cotton Candy #FFBCDA
RGB
CMYK
RGB Variations
Color information
#FFBCDA (or 0xFFBCDA) is known color: Cotton Candy. HEX triplet: FF, BC and DA. RGB value is (255,188,218). Sum of RGB (Red+Green+Blue) = 255+188+218=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDA is #004325. Grayscale: #D3D3D3. Windows color (decimal): -17190 or 14335231. OLE color: 14335231.
HSL color Cylindrical-coordinate representation of color #FFBCDA: hue angle of 333.13º 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 #FFBCDA is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 218 | - |
| CMYK | 0 | 0.26 | 0.15 | 0 |
| HSL | 333.13º | 1% | 0.87% | - |
| HSV(B) | 333.13º | 0.26% | 1% | - |
| XYZ | 71.88 | 62.29 | 74.56 | - |
| YUV | 211.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 218 | 0 | 0.26 | 0.15 | 0 | 333.13 | 1 | 0.87 |
| Hex | FF | BC | DA | 0 | 1A | F | 0 | 14D | 64 | 57 |
| Octal | 377 | 274 | 332 | 0 | 32 | 17 | 0 | 515 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11011010 | 0 | 11010 | 1111 | 0 | 101001101 | 1100100 | 1010111 |
Color Harmonies of #FFBCDA
Complementary color
Monochromatic Colors of #FFBCDA
Black with #FFBCDA
Text Example
Text Example
White with #FFBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCDA; }
p { color: rgb(255,188,218); }
H1.HeaderClassName
{
color: #FFBCDA;
}
.AnyTagClassName
{
color: #FFBCDA;
}
</style>
background-color css
<style>
a { background-color: #FFBCDA; }
a { background-color: rgb(255,188,218); }
div.DivClassName
{
background-color: #FFBCDA;
}
.BgClassName
{
background-color: #FFBCDA;
}
</style>
border-color css
<style>
span { border-color: #FFBCDA; }
span { border-color: rgb(255,188,218); }
td.TdClassName
{
border-color: #FFBCDA;
}
.TagClassName
{
border-color: #FFBCDA;
}
</style>