Shades of Cotton Candy #FFC0D4
Tints of Cotton Candy #FFC0D4
RGB
CMYK
RGB Variations
Color information
#FFC0D4 (or 0xFFC0D4) is known color: Cotton Candy. HEX triplet: FF, C0 and D4. RGB value is (255,192,212). Sum of RGB (Red+Green+Blue) = 255+192+212=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D4 is #003F2B. Grayscale: #D5D5D5. Windows color (decimal): -16172 or 13943039. OLE color: 13943039.
HSL color Cylindrical-coordinate representation of color #FFC0D4: hue angle of 340.95º 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 #FFC0D4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 212 | - |
| CMYK | 0 | 0.25 | 0.17 | 0 |
| HSL | 340.95º | 1% | 0.88% | - |
| HSV(B) | 340.95º | 0.25% | 1% | - |
| XYZ | 71.97 | 63.71 | 70.79 | - |
| YUV | 213.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 212 | 0 | 0.25 | 0.17 | 0 | 340.95 | 1 | 0.88 |
| Hex | FF | C0 | D4 | 0 | 19 | 11 | 0 | 155 | 64 | 58 |
| Octal | 377 | 300 | 324 | 0 | 31 | 21 | 0 | 525 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11010100 | 0 | 11001 | 10001 | 0 | 101010101 | 1100100 | 1011000 |
Color Harmonies of #FFC0D4
Complementary color
Monochromatic Colors of #FFC0D4
Black with #FFC0D4
Text Example
Text Example
White with #FFC0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0D4; }
p { color: rgb(255,192,212); }
H1.HeaderClassName
{
color: #FFC0D4;
}
.AnyTagClassName
{
color: #FFC0D4;
}
</style>
background-color css
<style>
a { background-color: #FFC0D4; }
a { background-color: rgb(255,192,212); }
div.DivClassName
{
background-color: #FFC0D4;
}
.BgClassName
{
background-color: #FFC0D4;
}
</style>
border-color css
<style>
span { border-color: #FFC0D4; }
span { border-color: rgb(255,192,212); }
td.TdClassName
{
border-color: #FFC0D4;
}
.TagClassName
{
border-color: #FFC0D4;
}
</style>