Shades of Cotton Candy #FFBCE0
Tints of Cotton Candy #FFBCE0
RGB
CMYK
RGB Variations
Color information
#FFBCE0 (or 0xFFBCE0) is known color: Cotton Candy. HEX triplet: FF, BC and E0. RGB value is (255,188,224). Sum of RGB (Red+Green+Blue) = 255+188+224=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE0 is #00431F. Grayscale: #D4D4D4. Windows color (decimal): -17184 or 14728447. OLE color: 14728447.
HSL color Cylindrical-coordinate representation of color #FFBCE0: hue angle of 327.76º 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 #FFBCE0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 224 | - |
| CMYK | 0 | 0.26 | 0.12 | 0 |
| HSL | 327.76º | 1% | 0.87% | - |
| HSV(B) | 327.76º | 0.26% | 1% | - |
| XYZ | 72.68 | 62.61 | 78.78 | - |
| YUV | 212.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 224 | 0 | 0.26 | 0.12 | 0 | 327.76 | 1 | 0.87 |
| Hex | FF | BC | E0 | 0 | 1A | C | 0 | 148 | 64 | 57 |
| Octal | 377 | 274 | 340 | 0 | 32 | 14 | 0 | 510 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11100000 | 0 | 11010 | 1100 | 0 | 101001000 | 1100100 | 1010111 |
Color Harmonies of #FFBCE0
Complementary color
Monochromatic Colors of #FFBCE0
Black with #FFBCE0
Text Example
Text Example
White with #FFBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE0; }
p { color: rgb(255,188,224); }
H1.HeaderClassName
{
color: #FFBCE0;
}
.AnyTagClassName
{
color: #FFBCE0;
}
</style>
background-color css
<style>
a { background-color: #FFBCE0; }
a { background-color: rgb(255,188,224); }
div.DivClassName
{
background-color: #FFBCE0;
}
.BgClassName
{
background-color: #FFBCE0;
}
</style>
border-color css
<style>
span { border-color: #FFBCE0; }
span { border-color: rgb(255,188,224); }
td.TdClassName
{
border-color: #FFBCE0;
}
.TagClassName
{
border-color: #FFBCE0;
}
</style>