Shades of Cotton Candy #FDC1D6
Tints of Cotton Candy #FDC1D6
RGB
CMYK
RGB Variations
Color information
#FDC1D6 (or 0xFDC1D6) is known color: Cotton Candy. HEX triplet: FD, C1 and D6. RGB value is (253,193,214). Sum of RGB (Red+Green+Blue) = 253+193+214=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1D6 is #023E29. Grayscale: #D5D5D5. Windows color (decimal): -146986 or 14074365. OLE color: 14074365.
HSL color Cylindrical-coordinate representation of color #FDC1D6: hue angle of 339º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1D6 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 214 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.01 |
| HSL | 339º | 0.94% | 0.87% | - |
| HSV(B) | 339º | 0.24% | 0.99% | - |
| XYZ | 71.72 | 63.88 | 72.17 | - |
| YUV | 213.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 214 | 0 | 0.24 | 0.15 | 0.01 | 339 | 0.94 | 0.87 |
| Hex | FD | C1 | D6 | 0 | 18 | F | 1 | 153 | 5E | 57 |
| Octal | 375 | 301 | 326 | 0 | 30 | 17 | 1 | 523 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11010110 | 0 | 11000 | 1111 | 1 | 101010011 | 1011110 | 1010111 |
Color Harmonies of #FDC1D6
Complementary color
Monochromatic Colors of #FDC1D6
Black with #FDC1D6
Text Example
Text Example
White with #FDC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1D6; }
p { color: rgb(253,193,214); }
H1.HeaderClassName
{
color: #FDC1D6;
}
.AnyTagClassName
{
color: #FDC1D6;
}
</style>
background-color css
<style>
a { background-color: #FDC1D6; }
a { background-color: rgb(253,193,214); }
div.DivClassName
{
background-color: #FDC1D6;
}
.BgClassName
{
background-color: #FDC1D6;
}
</style>
border-color css
<style>
span { border-color: #FDC1D6; }
span { border-color: rgb(253,193,214); }
td.TdClassName
{
border-color: #FDC1D6;
}
.TagClassName
{
border-color: #FDC1D6;
}
</style>