Shades of Cotton Candy #FFBCDE
Tints of Cotton Candy #FFBCDE
RGB
CMYK
RGB Variations
Color information
#FFBCDE (or 0xFFBCDE) is known color: Cotton Candy. HEX triplet: FF, BC and DE. RGB value is (255,188,222). Sum of RGB (Red+Green+Blue) = 255+188+222=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDE is #004321. Grayscale: #D3D3D3. Windows color (decimal): -17186 or 14597375. OLE color: 14597375.
HSL color Cylindrical-coordinate representation of color #FFBCDE: hue angle of 329.55º 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 #FFBCDE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 222 | - |
| CMYK | 0 | 0.26 | 0.13 | 0 |
| HSL | 329.55º | 1% | 0.87% | - |
| HSV(B) | 329.55º | 0.26% | 1% | - |
| XYZ | 72.41 | 62.5 | 77.35 | - |
| YUV | 211.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 222 | 0 | 0.26 | 0.13 | 0 | 329.55 | 1 | 0.87 |
| Hex | FF | BC | DE | 0 | 1A | D | 0 | 14A | 64 | 57 |
| Octal | 377 | 274 | 336 | 0 | 32 | 15 | 0 | 512 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11011110 | 0 | 11010 | 1101 | 0 | 101001010 | 1100100 | 1010111 |
Color Harmonies of #FFBCDE
Complementary color
Monochromatic Colors of #FFBCDE
Black with #FFBCDE
Text Example
Text Example
White with #FFBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCDE; }
p { color: rgb(255,188,222); }
H1.HeaderClassName
{
color: #FFBCDE;
}
.AnyTagClassName
{
color: #FFBCDE;
}
</style>
background-color css
<style>
a { background-color: #FFBCDE; }
a { background-color: rgb(255,188,222); }
div.DivClassName
{
background-color: #FFBCDE;
}
.BgClassName
{
background-color: #FFBCDE;
}
</style>
border-color css
<style>
span { border-color: #FFBCDE; }
span { border-color: rgb(255,188,222); }
td.TdClassName
{
border-color: #FFBCDE;
}
.TagClassName
{
border-color: #FFBCDE;
}
</style>