Shades of Cotton Candy #FFC1D6
Tints of Cotton Candy #FFC1D6
RGB
CMYK
RGB Variations
Color information
#FFC1D6 (or 0xFFC1D6) is known color: Cotton Candy. HEX triplet: FF, C1 and D6. RGB value is (255,193,214). Sum of RGB (Red+Green+Blue) = 255+193+214=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 193 (75.78% from 255 or 29.15% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1D6 is #003E29. Grayscale: #D5D5D5. Windows color (decimal): -15914 or 14074367. OLE color: 14074367.
HSL color Cylindrical-coordinate representation of color #FFC1D6: hue angle of 339.68º 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 #FFC1D6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 214 | - |
| CMYK | 0 | 0.24 | 0.16 | 0 |
| HSL | 339.68º | 1% | 0.88% | - |
| HSV(B) | 339.68º | 0.24% | 1% | - |
| XYZ | 72.45 | 64.25 | 72.2 | - |
| YUV | 213.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 214 | 0 | 0.24 | 0.16 | 0 | 339.68 | 1 | 0.88 |
| Hex | FF | C1 | D6 | 0 | 18 | 10 | 0 | 154 | 64 | 58 |
| Octal | 377 | 301 | 326 | 0 | 30 | 20 | 0 | 524 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11010110 | 0 | 11000 | 10000 | 0 | 101010100 | 1100100 | 1011000 |
Color Harmonies of #FFC1D6
Complementary color
Monochromatic Colors of #FFC1D6
Black with #FFC1D6
Text Example
Text Example
White with #FFC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1D6; }
p { color: rgb(255,193,214); }
H1.HeaderClassName
{
color: #FFC1D6;
}
.AnyTagClassName
{
color: #FFC1D6;
}
</style>
background-color css
<style>
a { background-color: #FFC1D6; }
a { background-color: rgb(255,193,214); }
div.DivClassName
{
background-color: #FFC1D6;
}
.BgClassName
{
background-color: #FFC1D6;
}
</style>
border-color css
<style>
span { border-color: #FFC1D6; }
span { border-color: rgb(255,193,214); }
td.TdClassName
{
border-color: #FFC1D6;
}
.TagClassName
{
border-color: #FFC1D6;
}
</style>