Shades of Cotton Candy #FCB9D2
Tints of Cotton Candy #FCB9D2
RGB
CMYK
RGB Variations
Color information
#FCB9D2 (or 0xFCB9D2) is known color: Cotton Candy. HEX triplet: FC, B9 and D2. RGB value is (252,185,210). Sum of RGB (Red+Green+Blue) = 252+185+210=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9D2 is #03462D. Grayscale: #CFCFCF. Windows color (decimal): -214574 or 13810172. OLE color: 13810172.
HSL color Cylindrical-coordinate representation of color #FCB9D2: hue angle of 337.61º 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 #FCB9D2 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 210 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.01 |
| HSL | 337.61º | 0.92% | 0.86% | - |
| HSV(B) | 337.61º | 0.27% | 0.99% | - |
| XYZ | 69.13 | 60.05 | 68.92 | - |
| YUV | 207.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 210 | 0 | 0.27 | 0.17 | 0.01 | 337.61 | 0.92 | 0.86 |
| Hex | FC | B9 | D2 | 0 | 1B | 11 | 1 | 152 | 5C | 56 |
| Octal | 374 | 271 | 322 | 0 | 33 | 21 | 1 | 522 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11010010 | 0 | 11011 | 10001 | 1 | 101010010 | 1011100 | 1010110 |
Color Harmonies of #FCB9D2
Complementary color
Monochromatic Colors of #FCB9D2
Black with #FCB9D2
Text Example
Text Example
White with #FCB9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9D2; }
p { color: rgb(252,185,210); }
H1.HeaderClassName
{
color: #FCB9D2;
}
.AnyTagClassName
{
color: #FCB9D2;
}
</style>
background-color css
<style>
a { background-color: #FCB9D2; }
a { background-color: rgb(252,185,210); }
div.DivClassName
{
background-color: #FCB9D2;
}
.BgClassName
{
background-color: #FCB9D2;
}
</style>
border-color css
<style>
span { border-color: #FCB9D2; }
span { border-color: rgb(252,185,210); }
td.TdClassName
{
border-color: #FCB9D2;
}
.TagClassName
{
border-color: #FCB9D2;
}
</style>