Shades of Cotton Candy #FFC1D9
Tints of Cotton Candy #FFC1D9
RGB
CMYK
RGB Variations
Color information
#FFC1D9 (or 0xFFC1D9) is known color: Cotton Candy. HEX triplet: FF, C1 and D9. RGB value is (255,193,217). Sum of RGB (Red+Green+Blue) = 255+193+217=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1D9 is #003E26. Grayscale: #D6D6D6. Windows color (decimal): -15911 or 14270975. OLE color: 14270975.
HSL color Cylindrical-coordinate representation of color #FFC1D9: hue angle of 336.77º 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 #FFC1D9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 217 | - |
| CMYK | 0 | 0.24 | 0.15 | 0 |
| HSL | 336.77º | 1% | 0.88% | - |
| HSV(B) | 336.77º | 0.24% | 1% | - |
| XYZ | 72.83 | 64.41 | 74.24 | - |
| YUV | 214.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 217 | 0 | 0.24 | 0.15 | 0 | 336.77 | 1 | 0.88 |
| Hex | FF | C1 | D9 | 0 | 18 | F | 0 | 151 | 64 | 58 |
| Octal | 377 | 301 | 331 | 0 | 30 | 17 | 0 | 521 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11011001 | 0 | 11000 | 1111 | 0 | 101010001 | 1100100 | 1011000 |
Color Harmonies of #FFC1D9
Complementary color
Monochromatic Colors of #FFC1D9
Black with #FFC1D9
Text Example
Text Example
White with #FFC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1D9; }
p { color: rgb(255,193,217); }
H1.HeaderClassName
{
color: #FFC1D9;
}
.AnyTagClassName
{
color: #FFC1D9;
}
</style>
background-color css
<style>
a { background-color: #FFC1D9; }
a { background-color: rgb(255,193,217); }
div.DivClassName
{
background-color: #FFC1D9;
}
.BgClassName
{
background-color: #FFC1D9;
}
</style>
border-color css
<style>
span { border-color: #FFC1D9; }
span { border-color: rgb(255,193,217); }
td.TdClassName
{
border-color: #FFC1D9;
}
.TagClassName
{
border-color: #FFC1D9;
}
</style>