Shades of Cotton Candy #FFBCE5
Tints of Cotton Candy #FFBCE5
RGB
CMYK
RGB Variations
Color information
#FFBCE5 (or 0xFFBCE5) is known color: Cotton Candy. HEX triplet: FF, BC and E5. RGB value is (255,188,229). Sum of RGB (Red+Green+Blue) = 255+188+229=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE5 is #00431A. Grayscale: #D4D4D4. Windows color (decimal): -17179 or 15056127. OLE color: 15056127.
HSL color Cylindrical-coordinate representation of color #FFBCE5: hue angle of 323.28º 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 #FFBCE5 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 229 | - |
| CMYK | 0 | 0.26 | 0.10 | 0 |
| HSL | 323.28º | 1% | 0.87% | - |
| HSV(B) | 323.28º | 0.26% | 1% | - |
| XYZ | 73.37 | 62.88 | 82.4 | - |
| YUV | 212.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 229 | 0 | 0.26 | 0.10 | 0 | 323.28 | 1 | 0.87 |
| Hex | FF | BC | E5 | 0 | 1A | A | 0 | 143 | 64 | 57 |
| Octal | 377 | 274 | 345 | 0 | 32 | 12 | 0 | 503 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11100101 | 0 | 11010 | 1010 | 0 | 101000011 | 1100100 | 1010111 |
Color Harmonies of #FFBCE5
Complementary color
Monochromatic Colors of #FFBCE5
Black with #FFBCE5
Text Example
Text Example
White with #FFBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE5; }
p { color: rgb(255,188,229); }
H1.HeaderClassName
{
color: #FFBCE5;
}
.AnyTagClassName
{
color: #FFBCE5;
}
</style>
background-color css
<style>
a { background-color: #FFBCE5; }
a { background-color: rgb(255,188,229); }
div.DivClassName
{
background-color: #FFBCE5;
}
.BgClassName
{
background-color: #FFBCE5;
}
</style>
border-color css
<style>
span { border-color: #FFBCE5; }
span { border-color: rgb(255,188,229); }
td.TdClassName
{
border-color: #FFBCE5;
}
.TagClassName
{
border-color: #FFBCE5;
}
</style>