Shades of Cotton Candy #FFC2D8
Tints of Cotton Candy #FFC2D8
RGB
CMYK
RGB Variations
Color information
#FFC2D8 (or 0xFFC2D8) is known color: Cotton Candy. HEX triplet: FF, C2 and D8. RGB value is (255,194,216). Sum of RGB (Red+Green+Blue) = 255+194+216=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D8 is #003D27. Grayscale: #D6D6D6. Windows color (decimal): -15656 or 14205695. OLE color: 14205695.
HSL color Cylindrical-coordinate representation of color #FFC2D8: hue angle of 338.36º 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 #FFC2D8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 216 | - |
| CMYK | 0 | 0.24 | 0.15 | 0 |
| HSL | 338.36º | 1% | 0.88% | - |
| HSV(B) | 338.36º | 0.24% | 1% | - |
| XYZ | 72.93 | 64.8 | 73.63 | - |
| YUV | 214.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 216 | 0 | 0.24 | 0.15 | 0 | 338.36 | 1 | 0.88 |
| Hex | FF | C2 | D8 | 0 | 18 | F | 0 | 152 | 64 | 58 |
| Octal | 377 | 302 | 330 | 0 | 30 | 17 | 0 | 522 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11011000 | 0 | 11000 | 1111 | 0 | 101010010 | 1100100 | 1011000 |
Color Harmonies of #FFC2D8
Complementary color
Monochromatic Colors of #FFC2D8
Black with #FFC2D8
Text Example
Text Example
White with #FFC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2D8; }
p { color: rgb(255,194,216); }
H1.HeaderClassName
{
color: #FFC2D8;
}
.AnyTagClassName
{
color: #FFC2D8;
}
</style>
background-color css
<style>
a { background-color: #FFC2D8; }
a { background-color: rgb(255,194,216); }
div.DivClassName
{
background-color: #FFC2D8;
}
.BgClassName
{
background-color: #FFC2D8;
}
</style>
border-color css
<style>
span { border-color: #FFC2D8; }
span { border-color: rgb(255,194,216); }
td.TdClassName
{
border-color: #FFC2D8;
}
.TagClassName
{
border-color: #FFC2D8;
}
</style>