Shades of Cotton Candy #FFC2D5
Tints of Cotton Candy #FFC2D5
RGB
CMYK
RGB Variations
Color information
#FFC2D5 (or 0xFFC2D5) is known color: Cotton Candy. HEX triplet: FF, C2 and D5. RGB value is (255,194,213). Sum of RGB (Red+Green+Blue) = 255+194+213=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D5 is #003D2A. Grayscale: #D6D6D6. Windows color (decimal): -15659 or 14009087. OLE color: 14009087.
HSL color Cylindrical-coordinate representation of color #FFC2D5: hue angle of 341.31º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2D5 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 213 | - |
| CMYK | 0 | 0.24 | 0.16 | 0 |
| HSL | 341.31º | 1% | 0.88% | - |
| HSV(B) | 341.31º | 0.24% | 1% | - |
| XYZ | 72.54 | 64.65 | 71.61 | - |
| YUV | 214.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 213 | 0 | 0.24 | 0.16 | 0 | 341.31 | 1 | 0.88 |
| Hex | FF | C2 | D5 | 0 | 18 | 10 | 0 | 155 | 64 | 58 |
| Octal | 377 | 302 | 325 | 0 | 30 | 20 | 0 | 525 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11010101 | 0 | 11000 | 10000 | 0 | 101010101 | 1100100 | 1011000 |
Color Harmonies of #FFC2D5
Complementary color
Monochromatic Colors of #FFC2D5
Black with #FFC2D5
Text Example
Text Example
White with #FFC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2D5; }
p { color: rgb(255,194,213); }
H1.HeaderClassName
{
color: #FFC2D5;
}
.AnyTagClassName
{
color: #FFC2D5;
}
</style>
background-color css
<style>
a { background-color: #FFC2D5; }
a { background-color: rgb(255,194,213); }
div.DivClassName
{
background-color: #FFC2D5;
}
.BgClassName
{
background-color: #FFC2D5;
}
</style>
border-color css
<style>
span { border-color: #FFC2D5; }
span { border-color: rgb(255,194,213); }
td.TdClassName
{
border-color: #FFC2D5;
}
.TagClassName
{
border-color: #FFC2D5;
}
</style>