Shades of Cotton Candy #FFBCE3
Tints of Cotton Candy #FFBCE3
RGB
CMYK
RGB Variations
Color information
#FFBCE3 (or 0xFFBCE3) is known color: Cotton Candy. HEX triplet: FF, BC and E3. RGB value is (255,188,227). Sum of RGB (Red+Green+Blue) = 255+188+227=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE3 is #00431C. Grayscale: #D4D4D4. Windows color (decimal): -17181 or 14925055. OLE color: 14925055.
HSL color Cylindrical-coordinate representation of color #FFBCE3: hue angle of 325.07º 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 #FFBCE3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 227 | - |
| CMYK | 0 | 0.26 | 0.11 | 0 |
| HSL | 325.07º | 1% | 0.87% | - |
| HSV(B) | 325.07º | 0.26% | 1% | - |
| XYZ | 73.09 | 62.77 | 80.94 | - |
| YUV | 212.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 227 | 0 | 0.26 | 0.11 | 0 | 325.07 | 1 | 0.87 |
| Hex | FF | BC | E3 | 0 | 1A | B | 0 | 145 | 64 | 57 |
| Octal | 377 | 274 | 343 | 0 | 32 | 13 | 0 | 505 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11100011 | 0 | 11010 | 1011 | 0 | 101000101 | 1100100 | 1010111 |
Color Harmonies of #FFBCE3
Complementary color
Monochromatic Colors of #FFBCE3
Black with #FFBCE3
Text Example
Text Example
White with #FFBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE3; }
p { color: rgb(255,188,227); }
H1.HeaderClassName
{
color: #FFBCE3;
}
.AnyTagClassName
{
color: #FFBCE3;
}
</style>
background-color css
<style>
a { background-color: #FFBCE3; }
a { background-color: rgb(255,188,227); }
div.DivClassName
{
background-color: #FFBCE3;
}
.BgClassName
{
background-color: #FFBCE3;
}
</style>
border-color css
<style>
span { border-color: #FFBCE3; }
span { border-color: rgb(255,188,227); }
td.TdClassName
{
border-color: #FFBCE3;
}
.TagClassName
{
border-color: #FFBCE3;
}
</style>