Shades of Cotton Candy #FCBCDD
Tints of Cotton Candy #FCBCDD
RGB
CMYK
RGB Variations
Color information
#FCBCDD (or 0xFCBCDD) is known color: Cotton Candy. HEX triplet: FC, BC and DD. RGB value is (252,188,221). Sum of RGB (Red+Green+Blue) = 252+188+221=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCDD is #034322. Grayscale: #D2D2D2. Windows color (decimal): -213795 or 14531836. OLE color: 14531836.
HSL color Cylindrical-coordinate representation of color #FCBCDD: hue angle of 329.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCDD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 221 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.01 |
| HSL | 329.06º | 0.91% | 0.86% | - |
| HSV(B) | 329.06º | 0.25% | 0.99% | - |
| XYZ | 71.18 | 61.88 | 76.6 | - |
| YUV | 210.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 221 | 0 | 0.25 | 0.12 | 0.01 | 329.06 | 0.91 | 0.86 |
| Hex | FC | BC | DD | 0 | 19 | C | 1 | 149 | 5B | 56 |
| Octal | 374 | 274 | 335 | 0 | 31 | 14 | 1 | 511 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11011101 | 0 | 11001 | 1100 | 1 | 101001001 | 1011011 | 1010110 |
Color Harmonies of #FCBCDD
Complementary color
Monochromatic Colors of #FCBCDD
Black with #FCBCDD
Text Example
Text Example
White with #FCBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCDD; }
p { color: rgb(252,188,221); }
H1.HeaderClassName
{
color: #FCBCDD;
}
.AnyTagClassName
{
color: #FCBCDD;
}
</style>
background-color css
<style>
a { background-color: #FCBCDD; }
a { background-color: rgb(252,188,221); }
div.DivClassName
{
background-color: #FCBCDD;
}
.BgClassName
{
background-color: #FCBCDD;
}
</style>
border-color css
<style>
span { border-color: #FCBCDD; }
span { border-color: rgb(252,188,221); }
td.TdClassName
{
border-color: #FCBCDD;
}
.TagClassName
{
border-color: #FCBCDD;
}
</style>