Shades of Cotton Candy #FFC0DE
Tints of Cotton Candy #FFC0DE
RGB
CMYK
RGB Variations
Color information
#FFC0DE (or 0xFFC0DE) is known color: Cotton Candy. HEX triplet: FF, C0 and DE. RGB value is (255,192,222). Sum of RGB (Red+Green+Blue) = 255+192+222=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DE is #003F21. Grayscale: #D6D6D6. Windows color (decimal): -16162 or 14598399. OLE color: 14598399.
HSL color Cylindrical-coordinate representation of color #FFC0DE: hue angle of 331.43º 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 #FFC0DE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 222 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 331.43º | 1% | 0.88% | - |
| HSV(B) | 331.43º | 0.25% | 1% | - |
| XYZ | 73.27 | 64.23 | 77.64 | - |
| YUV | 214.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 222 | 0 | 0.25 | 0.13 | 0 | 331.43 | 1 | 0.88 |
| Hex | FF | C0 | DE | 0 | 19 | D | 0 | 14B | 64 | 58 |
| Octal | 377 | 300 | 336 | 0 | 31 | 15 | 0 | 513 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11011110 | 0 | 11001 | 1101 | 0 | 101001011 | 1100100 | 1011000 |
Color Harmonies of #FFC0DE
Complementary color
Monochromatic Colors of #FFC0DE
Black with #FFC0DE
Text Example
Text Example
White with #FFC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0DE; }
p { color: rgb(255,192,222); }
H1.HeaderClassName
{
color: #FFC0DE;
}
.AnyTagClassName
{
color: #FFC0DE;
}
</style>
background-color css
<style>
a { background-color: #FFC0DE; }
a { background-color: rgb(255,192,222); }
div.DivClassName
{
background-color: #FFC0DE;
}
.BgClassName
{
background-color: #FFC0DE;
}
</style>
border-color css
<style>
span { border-color: #FFC0DE; }
span { border-color: rgb(255,192,222); }
td.TdClassName
{
border-color: #FFC0DE;
}
.TagClassName
{
border-color: #FFC0DE;
}
</style>