Shades of Cotton Candy #FCB7DC
Tints of Cotton Candy #FCB7DC
RGB
CMYK
RGB Variations
Color information
#FCB7DC (or 0xFCB7DC) is known color: Cotton Candy. HEX triplet: FC, B7 and DC. RGB value is (252,183,220). Sum of RGB (Red+Green+Blue) = 252+183+220=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7DC is #034823. Grayscale: #CFCFCF. Windows color (decimal): -215076 or 14465020. OLE color: 14465020.
HSL color Cylindrical-coordinate representation of color #FCB7DC: hue angle of 327.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB7DC is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 220 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.01 |
| HSL | 327.83º | 0.92% | 0.85% | - |
| HSV(B) | 327.83º | 0.27% | 0.99% | - |
| XYZ | 70 | 59.73 | 75.55 | - |
| YUV | 207.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 220 | 0 | 0.27 | 0.13 | 0.01 | 327.83 | 0.92 | 0.85 |
| Hex | FC | B7 | DC | 0 | 1B | D | 1 | 148 | 5C | 55 |
| Octal | 374 | 267 | 334 | 0 | 33 | 15 | 1 | 510 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11011100 | 0 | 11011 | 1101 | 1 | 101001000 | 1011100 | 1010101 |
Color Harmonies of #FCB7DC
Complementary color
Monochromatic Colors of #FCB7DC
Black with #FCB7DC
Text Example
Text Example
White with #FCB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7DC; }
p { color: rgb(252,183,220); }
H1.HeaderClassName
{
color: #FCB7DC;
}
.AnyTagClassName
{
color: #FCB7DC;
}
</style>
background-color css
<style>
a { background-color: #FCB7DC; }
a { background-color: rgb(252,183,220); }
div.DivClassName
{
background-color: #FCB7DC;
}
.BgClassName
{
background-color: #FCB7DC;
}
</style>
border-color css
<style>
span { border-color: #FCB7DC; }
span { border-color: rgb(252,183,220); }
td.TdClassName
{
border-color: #FCB7DC;
}
.TagClassName
{
border-color: #FCB7DC;
}
</style>