Shades of Cotton Candy #FFC0DF
Tints of Cotton Candy #FFC0DF
RGB
CMYK
RGB Variations
Color information
#FFC0DF (or 0xFFC0DF) is known color: Cotton Candy. HEX triplet: FF, C0 and DF. RGB value is (255,192,223). Sum of RGB (Red+Green+Blue) = 255+192+223=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DF is #003F20. Grayscale: #D6D6D6. Windows color (decimal): -16161 or 14663935. OLE color: 14663935.
HSL color Cylindrical-coordinate representation of color #FFC0DF: hue angle of 330.48º 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 #FFC0DF is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 223 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 330.48º | 1% | 0.88% | - |
| HSV(B) | 330.48º | 0.25% | 1% | - |
| XYZ | 73.41 | 64.29 | 78.35 | - |
| YUV | 214.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 223 | 0 | 0.25 | 0.13 | 0 | 330.48 | 1 | 0.88 |
| Hex | FF | C0 | DF | 0 | 19 | D | 0 | 14A | 64 | 58 |
| Octal | 377 | 300 | 337 | 0 | 31 | 15 | 0 | 512 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11011111 | 0 | 11001 | 1101 | 0 | 101001010 | 1100100 | 1011000 |
Color Harmonies of #FFC0DF
Complementary color
Monochromatic Colors of #FFC0DF
Black with #FFC0DF
Text Example
Text Example
White with #FFC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0DF; }
p { color: rgb(255,192,223); }
H1.HeaderClassName
{
color: #FFC0DF;
}
.AnyTagClassName
{
color: #FFC0DF;
}
</style>
background-color css
<style>
a { background-color: #FFC0DF; }
a { background-color: rgb(255,192,223); }
div.DivClassName
{
background-color: #FFC0DF;
}
.BgClassName
{
background-color: #FFC0DF;
}
</style>
border-color css
<style>
span { border-color: #FFC0DF; }
span { border-color: rgb(255,192,223); }
td.TdClassName
{
border-color: #FFC0DF;
}
.TagClassName
{
border-color: #FFC0DF;
}
</style>