Shades of Cotton Candy #FCBCD9
Tints of Cotton Candy #FCBCD9
RGB
CMYK
RGB Variations
Color information
#FCBCD9 (or 0xFCBCD9) is known color: Cotton Candy. HEX triplet: FC, BC and D9. RGB value is (252,188,217). Sum of RGB (Red+Green+Blue) = 252+188+217=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD9 is #034326. Grayscale: #D2D2D2. Windows color (decimal): -213799 or 14269692. OLE color: 14269692.
HSL color Cylindrical-coordinate representation of color #FCBCD9: hue angle of 332.81º 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 #FCBCD9 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 217 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.01 |
| HSL | 332.81º | 0.91% | 0.86% | - |
| HSV(B) | 332.81º | 0.25% | 0.99% | - |
| XYZ | 70.65 | 61.67 | 73.83 | - |
| YUV | 210.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 217 | 0 | 0.25 | 0.14 | 0.01 | 332.81 | 0.91 | 0.86 |
| Hex | FC | BC | D9 | 0 | 19 | E | 1 | 14D | 5B | 56 |
| Octal | 374 | 274 | 331 | 0 | 31 | 16 | 1 | 515 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11011001 | 0 | 11001 | 1110 | 1 | 101001101 | 1011011 | 1010110 |
Color Harmonies of #FCBCD9
Complementary color
Monochromatic Colors of #FCBCD9
Black with #FCBCD9
Text Example
Text Example
White with #FCBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCD9; }
p { color: rgb(252,188,217); }
H1.HeaderClassName
{
color: #FCBCD9;
}
.AnyTagClassName
{
color: #FCBCD9;
}
</style>
background-color css
<style>
a { background-color: #FCBCD9; }
a { background-color: rgb(252,188,217); }
div.DivClassName
{
background-color: #FCBCD9;
}
.BgClassName
{
background-color: #FCBCD9;
}
</style>
border-color css
<style>
span { border-color: #FCBCD9; }
span { border-color: rgb(252,188,217); }
td.TdClassName
{
border-color: #FCBCD9;
}
.TagClassName
{
border-color: #FCBCD9;
}
</style>