Shades of Cotton Candy #FFC1D7
Tints of Cotton Candy #FFC1D7
RGB
CMYK
RGB Variations
Color information
#FFC1D7 (or 0xFFC1D7) is known color: Cotton Candy. HEX triplet: FF, C1 and D7. RGB value is (255,193,215). Sum of RGB (Red+Green+Blue) = 255+193+215=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1D7 is #003E28. Grayscale: #D6D6D6. Windows color (decimal): -15913 or 14139903. OLE color: 14139903.
HSL color Cylindrical-coordinate representation of color #FFC1D7: hue angle of 338.71º 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 #FFC1D7 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 215 | - |
| CMYK | 0 | 0.24 | 0.16 | 0 |
| HSL | 338.71º | 1% | 0.88% | - |
| HSV(B) | 338.71º | 0.24% | 1% | - |
| XYZ | 72.58 | 64.31 | 72.88 | - |
| YUV | 214.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 215 | 0 | 0.24 | 0.16 | 0 | 338.71 | 1 | 0.88 |
| Hex | FF | C1 | D7 | 0 | 18 | 10 | 0 | 153 | 64 | 58 |
| Octal | 377 | 301 | 327 | 0 | 30 | 20 | 0 | 523 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11010111 | 0 | 11000 | 10000 | 0 | 101010011 | 1100100 | 1011000 |
Color Harmonies of #FFC1D7
Complementary color
Monochromatic Colors of #FFC1D7
Black with #FFC1D7
Text Example
Text Example
White with #FFC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1D7; }
p { color: rgb(255,193,215); }
H1.HeaderClassName
{
color: #FFC1D7;
}
.AnyTagClassName
{
color: #FFC1D7;
}
</style>
background-color css
<style>
a { background-color: #FFC1D7; }
a { background-color: rgb(255,193,215); }
div.DivClassName
{
background-color: #FFC1D7;
}
.BgClassName
{
background-color: #FFC1D7;
}
</style>
border-color css
<style>
span { border-color: #FFC1D7; }
span { border-color: rgb(255,193,215); }
td.TdClassName
{
border-color: #FFC1D7;
}
.TagClassName
{
border-color: #FFC1D7;
}
</style>