Shades of Cotton Candy #FFBCE2
Tints of Cotton Candy #FFBCE2
RGB
CMYK
RGB Variations
Color information
#FFBCE2 (or 0xFFBCE2) is known color: Cotton Candy. HEX triplet: FF, BC and E2. RGB value is (255,188,226). Sum of RGB (Red+Green+Blue) = 255+188+226=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE2 is #00431D. Grayscale: #D4D4D4. Windows color (decimal): -17182 or 14859519. OLE color: 14859519.
HSL color Cylindrical-coordinate representation of color #FFBCE2: hue angle of 325.97º 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 #FFBCE2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 226 | - |
| CMYK | 0 | 0.26 | 0.11 | 0 |
| HSL | 325.97º | 1% | 0.87% | - |
| HSV(B) | 325.97º | 0.26% | 1% | - |
| XYZ | 72.95 | 62.72 | 80.21 | - |
| YUV | 212.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 226 | 0 | 0.26 | 0.11 | 0 | 325.97 | 1 | 0.87 |
| Hex | FF | BC | E2 | 0 | 1A | B | 0 | 146 | 64 | 57 |
| Octal | 377 | 274 | 342 | 0 | 32 | 13 | 0 | 506 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11100010 | 0 | 11010 | 1011 | 0 | 101000110 | 1100100 | 1010111 |
Color Harmonies of #FFBCE2
Complementary color
Monochromatic Colors of #FFBCE2
Black with #FFBCE2
Text Example
Text Example
White with #FFBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE2; }
p { color: rgb(255,188,226); }
H1.HeaderClassName
{
color: #FFBCE2;
}
.AnyTagClassName
{
color: #FFBCE2;
}
</style>
background-color css
<style>
a { background-color: #FFBCE2; }
a { background-color: rgb(255,188,226); }
div.DivClassName
{
background-color: #FFBCE2;
}
.BgClassName
{
background-color: #FFBCE2;
}
</style>
border-color css
<style>
span { border-color: #FFBCE2; }
span { border-color: rgb(255,188,226); }
td.TdClassName
{
border-color: #FFBCE2;
}
.TagClassName
{
border-color: #FFBCE2;
}
</style>