Shades of Cotton Candy #FCC2D6
Tints of Cotton Candy #FCC2D6
RGB
CMYK
RGB Variations
Color information
#FCC2D6 (or 0xFCC2D6) is known color: Cotton Candy. HEX triplet: FC, C2 and D6. RGB value is (252,194,214). Sum of RGB (Red+Green+Blue) = 252+194+214=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2D6 is #033D29. Grayscale: #D5D5D5. Windows color (decimal): -212266 or 14074620. OLE color: 14074620.
HSL color Cylindrical-coordinate representation of color #FCC2D6: hue angle of 339.31º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2D6 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 214 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.01 |
| HSL | 339.31º | 0.91% | 0.87% | - |
| HSV(B) | 339.31º | 0.23% | 0.99% | - |
| XYZ | 71.57 | 64.13 | 72.23 | - |
| YUV | 213.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 214 | 0 | 0.23 | 0.15 | 0.01 | 339.31 | 0.91 | 0.87 |
| Hex | FC | C2 | D6 | 0 | 17 | F | 1 | 153 | 5B | 57 |
| Octal | 374 | 302 | 326 | 0 | 27 | 17 | 1 | 523 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11010110 | 0 | 10111 | 1111 | 1 | 101010011 | 1011011 | 1010111 |
Color Harmonies of #FCC2D6
Complementary color
Monochromatic Colors of #FCC2D6
Black with #FCC2D6
Text Example
Text Example
White with #FCC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2D6; }
p { color: rgb(252,194,214); }
H1.HeaderClassName
{
color: #FCC2D6;
}
.AnyTagClassName
{
color: #FCC2D6;
}
</style>
background-color css
<style>
a { background-color: #FCC2D6; }
a { background-color: rgb(252,194,214); }
div.DivClassName
{
background-color: #FCC2D6;
}
.BgClassName
{
background-color: #FCC2D6;
}
</style>
border-color css
<style>
span { border-color: #FCC2D6; }
span { border-color: rgb(252,194,214); }
td.TdClassName
{
border-color: #FCC2D6;
}
.TagClassName
{
border-color: #FCC2D6;
}
</style>