Shades of Cotton Candy #FCB6D9
Tints of Cotton Candy #FCB6D9
RGB
CMYK
RGB Variations
Color information
#FCB6D9 (or 0xFCB6D9) is known color: Cotton Candy. HEX triplet: FC, B6 and D9. RGB value is (252,182,217). Sum of RGB (Red+Green+Blue) = 252+182+217=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6D9 is #034926. Grayscale: #CECECE. Windows color (decimal): -215335 or 14268156. OLE color: 14268156.
HSL color Cylindrical-coordinate representation of color #FCB6D9: hue angle of 330º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB6D9 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 217 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.01 |
| HSL | 330º | 0.92% | 0.85% | - |
| HSV(B) | 330º | 0.28% | 0.99% | - |
| XYZ | 69.4 | 59.16 | 73.41 | - |
| YUV | 206.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 217 | 0 | 0.28 | 0.14 | 0.01 | 330 | 0.92 | 0.85 |
| Hex | FC | B6 | D9 | 0 | 1C | E | 1 | 14A | 5C | 55 |
| Octal | 374 | 266 | 331 | 0 | 34 | 16 | 1 | 512 | 134 | 125 |
| Binary | 11111100 | 10110110 | 11011001 | 0 | 11100 | 1110 | 1 | 101001010 | 1011100 | 1010101 |
Color Harmonies of #FCB6D9
Complementary color
Monochromatic Colors of #FCB6D9
Black with #FCB6D9
Text Example
Text Example
White with #FCB6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6D9; }
p { color: rgb(252,182,217); }
H1.HeaderClassName
{
color: #FCB6D9;
}
.AnyTagClassName
{
color: #FCB6D9;
}
</style>
background-color css
<style>
a { background-color: #FCB6D9; }
a { background-color: rgb(252,182,217); }
div.DivClassName
{
background-color: #FCB6D9;
}
.BgClassName
{
background-color: #FCB6D9;
}
</style>
border-color css
<style>
span { border-color: #FCB6D9; }
span { border-color: rgb(252,182,217); }
td.TdClassName
{
border-color: #FCB6D9;
}
.TagClassName
{
border-color: #FCB6D9;
}
</style>