Shades of Cotton Candy #FFC2DA
Tints of Cotton Candy #FFC2DA
RGB
CMYK
RGB Variations
Color information
#FFC2DA (or 0xFFC2DA) is known color: Cotton Candy. HEX triplet: FF, C2 and DA. RGB value is (255,194,218). Sum of RGB (Red+Green+Blue) = 255+194+218=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2DA is #003D25. Grayscale: #D6D6D6. Windows color (decimal): -15654 or 14336767. OLE color: 14336767.
HSL color Cylindrical-coordinate representation of color #FFC2DA: hue angle of 336.39º 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 #FFC2DA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 218 | - |
| CMYK | 0 | 0.24 | 0.15 | 0 |
| HSL | 336.39º | 1% | 0.88% | - |
| HSV(B) | 336.39º | 0.24% | 1% | - |
| XYZ | 73.19 | 64.91 | 75 | - |
| YUV | 214.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 218 | 0 | 0.24 | 0.15 | 0 | 336.39 | 1 | 0.88 |
| Hex | FF | C2 | DA | 0 | 18 | F | 0 | 150 | 64 | 58 |
| Octal | 377 | 302 | 332 | 0 | 30 | 17 | 0 | 520 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11011010 | 0 | 11000 | 1111 | 0 | 101010000 | 1100100 | 1011000 |
Color Harmonies of #FFC2DA
Complementary color
Monochromatic Colors of #FFC2DA
Black with #FFC2DA
Text Example
Text Example
White with #FFC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2DA; }
p { color: rgb(255,194,218); }
H1.HeaderClassName
{
color: #FFC2DA;
}
.AnyTagClassName
{
color: #FFC2DA;
}
</style>
background-color css
<style>
a { background-color: #FFC2DA; }
a { background-color: rgb(255,194,218); }
div.DivClassName
{
background-color: #FFC2DA;
}
.BgClassName
{
background-color: #FFC2DA;
}
</style>
border-color css
<style>
span { border-color: #FFC2DA; }
span { border-color: rgb(255,194,218); }
td.TdClassName
{
border-color: #FFC2DA;
}
.TagClassName
{
border-color: #FFC2DA;
}
</style>