Shades of Cotton Candy #FFC1DD
Tints of Cotton Candy #FFC1DD
RGB
CMYK
RGB Variations
Color information
#FFC1DD (or 0xFFC1DD) is known color: Cotton Candy. HEX triplet: FF, C1 and DD. RGB value is (255,193,221). Sum of RGB (Red+Green+Blue) = 255+193+221=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DD is #003E22. Grayscale: #D6D6D6. Windows color (decimal): -15907 or 14533119. OLE color: 14533119.
HSL color Cylindrical-coordinate representation of color #FFC1DD: hue angle of 332.9º 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 #FFC1DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 221 | - |
| CMYK | 0 | 0.24 | 0.13 | 0 |
| HSL | 332.9º | 1% | 0.88% | - |
| HSV(B) | 332.9º | 0.24% | 1% | - |
| XYZ | 73.36 | 64.62 | 77.01 | - |
| YUV | 214.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 221 | 0 | 0.24 | 0.13 | 0 | 332.9 | 1 | 0.88 |
| Hex | FF | C1 | DD | 0 | 18 | D | 0 | 14D | 64 | 58 |
| Octal | 377 | 301 | 335 | 0 | 30 | 15 | 0 | 515 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11011101 | 0 | 11000 | 1101 | 0 | 101001101 | 1100100 | 1011000 |
Color Harmonies of #FFC1DD
Complementary color
Monochromatic Colors of #FFC1DD
Black with #FFC1DD
Text Example
Text Example
White with #FFC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1DD; }
p { color: rgb(255,193,221); }
H1.HeaderClassName
{
color: #FFC1DD;
}
.AnyTagClassName
{
color: #FFC1DD;
}
</style>
background-color css
<style>
a { background-color: #FFC1DD; }
a { background-color: rgb(255,193,221); }
div.DivClassName
{
background-color: #FFC1DD;
}
.BgClassName
{
background-color: #FFC1DD;
}
</style>
border-color css
<style>
span { border-color: #FFC1DD; }
span { border-color: rgb(255,193,221); }
td.TdClassName
{
border-color: #FFC1DD;
}
.TagClassName
{
border-color: #FFC1DD;
}
</style>