Shades of Cotton Candy #FFBCE1
Tints of Cotton Candy #FFBCE1
RGB
CMYK
RGB Variations
Color information
#FFBCE1 (or 0xFFBCE1) is known color: Cotton Candy. HEX triplet: FF, BC and E1. RGB value is (255,188,225). Sum of RGB (Red+Green+Blue) = 255+188+225=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE1 is #00431E. Grayscale: #D4D4D4. Windows color (decimal): -17183 or 14793983. OLE color: 14793983.
HSL color Cylindrical-coordinate representation of color #FFBCE1: hue angle of 326.87º 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 #FFBCE1 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 225 | - |
| CMYK | 0 | 0.26 | 0.12 | 0 |
| HSL | 326.87º | 1% | 0.87% | - |
| HSV(B) | 326.87º | 0.26% | 1% | - |
| XYZ | 72.81 | 62.66 | 79.49 | - |
| YUV | 212.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 225 | 0 | 0.26 | 0.12 | 0 | 326.87 | 1 | 0.87 |
| Hex | FF | BC | E1 | 0 | 1A | C | 0 | 147 | 64 | 57 |
| Octal | 377 | 274 | 341 | 0 | 32 | 14 | 0 | 507 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11100001 | 0 | 11010 | 1100 | 0 | 101000111 | 1100100 | 1010111 |
Color Harmonies of #FFBCE1
Complementary color
Monochromatic Colors of #FFBCE1
Black with #FFBCE1
Text Example
Text Example
White with #FFBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE1; }
p { color: rgb(255,188,225); }
H1.HeaderClassName
{
color: #FFBCE1;
}
.AnyTagClassName
{
color: #FFBCE1;
}
</style>
background-color css
<style>
a { background-color: #FFBCE1; }
a { background-color: rgb(255,188,225); }
div.DivClassName
{
background-color: #FFBCE1;
}
.BgClassName
{
background-color: #FFBCE1;
}
</style>
border-color css
<style>
span { border-color: #FFBCE1; }
span { border-color: rgb(255,188,225); }
td.TdClassName
{
border-color: #FFBCE1;
}
.TagClassName
{
border-color: #FFBCE1;
}
</style>