Shades of Cotton Candy #FCB9DC
Tints of Cotton Candy #FCB9DC
RGB
CMYK
RGB Variations
Color information
#FCB9DC (or 0xFCB9DC) is known color: Cotton Candy. HEX triplet: FC, B9 and DC. RGB value is (252,185,220). Sum of RGB (Red+Green+Blue) = 252+185+220=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9DC is #034623. Grayscale: #D0D0D0. Windows color (decimal): -214564 or 14465532. OLE color: 14465532.
HSL color Cylindrical-coordinate representation of color #FCB9DC: hue angle of 328.66º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9DC is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 220 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.01 |
| HSL | 328.66º | 0.92% | 0.86% | - |
| HSV(B) | 328.66º | 0.27% | 0.99% | - |
| XYZ | 70.41 | 60.56 | 75.69 | - |
| YUV | 209.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 220 | 0 | 0.27 | 0.13 | 0.01 | 328.66 | 0.92 | 0.86 |
| Hex | FC | B9 | DC | 0 | 1B | D | 1 | 149 | 5C | 56 |
| Octal | 374 | 271 | 334 | 0 | 33 | 15 | 1 | 511 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11011100 | 0 | 11011 | 1101 | 1 | 101001001 | 1011100 | 1010110 |
Color Harmonies of #FCB9DC
Complementary color
Monochromatic Colors of #FCB9DC
Black with #FCB9DC
Text Example
Text Example
White with #FCB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9DC; }
p { color: rgb(252,185,220); }
H1.HeaderClassName
{
color: #FCB9DC;
}
.AnyTagClassName
{
color: #FCB9DC;
}
</style>
background-color css
<style>
a { background-color: #FCB9DC; }
a { background-color: rgb(252,185,220); }
div.DivClassName
{
background-color: #FCB9DC;
}
.BgClassName
{
background-color: #FCB9DC;
}
</style>
border-color css
<style>
span { border-color: #FCB9DC; }
span { border-color: rgb(252,185,220); }
td.TdClassName
{
border-color: #FCB9DC;
}
.TagClassName
{
border-color: #FCB9DC;
}
</style>