Shades of Cotton Candy #FFC0D9
Tints of Cotton Candy #FFC0D9
RGB
CMYK
RGB Variations
Color information
#FFC0D9 (or 0xFFC0D9) is known color: Cotton Candy. HEX triplet: FF, C0 and D9. RGB value is (255,192,217). Sum of RGB (Red+Green+Blue) = 255+192+217=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D9 is #003F26. Grayscale: #D5D5D5. Windows color (decimal): -16167 or 14270719. OLE color: 14270719.
HSL color Cylindrical-coordinate representation of color #FFC0D9: hue angle of 336.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0D9 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 217 | - |
| CMYK | 0 | 0.25 | 0.15 | 0 |
| HSL | 336.19º | 1% | 0.88% | - |
| HSV(B) | 336.19º | 0.25% | 1% | - |
| XYZ | 72.61 | 63.97 | 74.17 | - |
| YUV | 213.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 217 | 0 | 0.25 | 0.15 | 0 | 336.19 | 1 | 0.88 |
| Hex | FF | C0 | D9 | 0 | 19 | F | 0 | 150 | 64 | 58 |
| Octal | 377 | 300 | 331 | 0 | 31 | 17 | 0 | 520 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11011001 | 0 | 11001 | 1111 | 0 | 101010000 | 1100100 | 1011000 |
Color Harmonies of #FFC0D9
Complementary color
Monochromatic Colors of #FFC0D9
Black with #FFC0D9
Text Example
Text Example
White with #FFC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0D9; }
p { color: rgb(255,192,217); }
H1.HeaderClassName
{
color: #FFC0D9;
}
.AnyTagClassName
{
color: #FFC0D9;
}
</style>
background-color css
<style>
a { background-color: #FFC0D9; }
a { background-color: rgb(255,192,217); }
div.DivClassName
{
background-color: #FFC0D9;
}
.BgClassName
{
background-color: #FFC0D9;
}
</style>
border-color css
<style>
span { border-color: #FFC0D9; }
span { border-color: rgb(255,192,217); }
td.TdClassName
{
border-color: #FFC0D9;
}
.TagClassName
{
border-color: #FFC0D9;
}
</style>