Shades of Cotton Candy #FFC2D9
Tints of Cotton Candy #FFC2D9
RGB
CMYK
RGB Variations
Color information
#FFC2D9 (or 0xFFC2D9) is known color: Cotton Candy. HEX triplet: FF, C2 and D9. RGB value is (255,194,217). Sum of RGB (Red+Green+Blue) = 255+194+217=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D9 is #003D26. Grayscale: #D6D6D6. Windows color (decimal): -15655 or 14271231. OLE color: 14271231.
HSL color Cylindrical-coordinate representation of color #FFC2D9: hue angle of 337.38º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2D9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 217 | - |
| CMYK | 0 | 0.24 | 0.15 | 0 |
| HSL | 337.38º | 1% | 0.88% | - |
| HSV(B) | 337.38º | 0.24% | 1% | - |
| XYZ | 73.06 | 64.85 | 74.31 | - |
| YUV | 214.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 217 | 0 | 0.24 | 0.15 | 0 | 337.38 | 1 | 0.88 |
| Hex | FF | C2 | D9 | 0 | 18 | F | 0 | 151 | 64 | 58 |
| Octal | 377 | 302 | 331 | 0 | 30 | 17 | 0 | 521 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11011001 | 0 | 11000 | 1111 | 0 | 101010001 | 1100100 | 1011000 |
Color Harmonies of #FFC2D9
Complementary color
Monochromatic Colors of #FFC2D9
Black with #FFC2D9
Text Example
Text Example
White with #FFC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2D9; }
p { color: rgb(255,194,217); }
H1.HeaderClassName
{
color: #FFC2D9;
}
.AnyTagClassName
{
color: #FFC2D9;
}
</style>
background-color css
<style>
a { background-color: #FFC2D9; }
a { background-color: rgb(255,194,217); }
div.DivClassName
{
background-color: #FFC2D9;
}
.BgClassName
{
background-color: #FFC2D9;
}
</style>
border-color css
<style>
span { border-color: #FFC2D9; }
span { border-color: rgb(255,194,217); }
td.TdClassName
{
border-color: #FFC2D9;
}
.TagClassName
{
border-color: #FFC2D9;
}
</style>