Shades of Cotton Candy #FFC0DA
Tints of Cotton Candy #FFC0DA
RGB
CMYK
RGB Variations
Color information
#FFC0DA (or 0xFFC0DA) is known color: Cotton Candy. HEX triplet: FF, C0 and DA. RGB value is (255,192,218). Sum of RGB (Red+Green+Blue) = 255+192+218=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DA is #003F25. Grayscale: #D5D5D5. Windows color (decimal): -16166 or 14336255. OLE color: 14336255.
HSL color Cylindrical-coordinate representation of color #FFC0DA: hue angle of 335.24º 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 #FFC0DA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 218 | - |
| CMYK | 0 | 0.25 | 0.15 | 0 |
| HSL | 335.24º | 1% | 0.88% | - |
| HSV(B) | 335.24º | 0.25% | 1% | - |
| XYZ | 72.74 | 64.02 | 74.85 | - |
| YUV | 213.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 218 | 0 | 0.25 | 0.15 | 0 | 335.24 | 1 | 0.88 |
| Hex | FF | C0 | DA | 0 | 19 | F | 0 | 14F | 64 | 58 |
| Octal | 377 | 300 | 332 | 0 | 31 | 17 | 0 | 517 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11011010 | 0 | 11001 | 1111 | 0 | 101001111 | 1100100 | 1011000 |
Color Harmonies of #FFC0DA
Complementary color
Monochromatic Colors of #FFC0DA
Black with #FFC0DA
Text Example
Text Example
White with #FFC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0DA; }
p { color: rgb(255,192,218); }
H1.HeaderClassName
{
color: #FFC0DA;
}
.AnyTagClassName
{
color: #FFC0DA;
}
</style>
background-color css
<style>
a { background-color: #FFC0DA; }
a { background-color: rgb(255,192,218); }
div.DivClassName
{
background-color: #FFC0DA;
}
.BgClassName
{
background-color: #FFC0DA;
}
</style>
border-color css
<style>
span { border-color: #FFC0DA; }
span { border-color: rgb(255,192,218); }
td.TdClassName
{
border-color: #FFC0DA;
}
.TagClassName
{
border-color: #FFC0DA;
}
</style>