Shades of Cotton Candy #FFBCDF
Tints of Cotton Candy #FFBCDF
RGB
CMYK
RGB Variations
Color information
#FFBCDF (or 0xFFBCDF) is known color: Cotton Candy. HEX triplet: FF, BC and DF. RGB value is (255,188,223). Sum of RGB (Red+Green+Blue) = 255+188+223=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDF is #004320. Grayscale: #D3D3D3. Windows color (decimal): -17185 or 14662911. OLE color: 14662911.
HSL color Cylindrical-coordinate representation of color #FFBCDF: hue angle of 328.66º 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 #FFBCDF is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 223 | - |
| CMYK | 0 | 0.26 | 0.13 | 0 |
| HSL | 328.66º | 1% | 0.87% | - |
| HSV(B) | 328.66º | 0.26% | 1% | - |
| XYZ | 72.54 | 62.55 | 78.06 | - |
| YUV | 212.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 223 | 0 | 0.26 | 0.13 | 0 | 328.66 | 1 | 0.87 |
| Hex | FF | BC | DF | 0 | 1A | D | 0 | 149 | 64 | 57 |
| Octal | 377 | 274 | 337 | 0 | 32 | 15 | 0 | 511 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11011111 | 0 | 11010 | 1101 | 0 | 101001001 | 1100100 | 1010111 |
Color Harmonies of #FFBCDF
Complementary color
Monochromatic Colors of #FFBCDF
Black with #FFBCDF
Text Example
Text Example
White with #FFBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCDF; }
p { color: rgb(255,188,223); }
H1.HeaderClassName
{
color: #FFBCDF;
}
.AnyTagClassName
{
color: #FFBCDF;
}
</style>
background-color css
<style>
a { background-color: #FFBCDF; }
a { background-color: rgb(255,188,223); }
div.DivClassName
{
background-color: #FFBCDF;
}
.BgClassName
{
background-color: #FFBCDF;
}
</style>
border-color css
<style>
span { border-color: #FFBCDF; }
span { border-color: rgb(255,188,223); }
td.TdClassName
{
border-color: #FFBCDF;
}
.TagClassName
{
border-color: #FFBCDF;
}
</style>