Shades of Cotton Candy #FDC0DB
Tints of Cotton Candy #FDC0DB
RGB
CMYK
RGB Variations
Color information
#FDC0DB (or 0xFDC0DB) is known color: Cotton Candy. HEX triplet: FD, C0 and DB. RGB value is (253,192,219). Sum of RGB (Red+Green+Blue) = 253+192+219=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0DB is #023F24. Grayscale: #D5D5D5. Windows color (decimal): -147237 or 14401789. OLE color: 14401789.
HSL color Cylindrical-coordinate representation of color #FDC0DB: hue angle of 333.44º 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 #FDC0DB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 219 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.01 |
| HSL | 333.44º | 0.94% | 0.87% | - |
| HSV(B) | 333.44º | 0.24% | 0.99% | - |
| XYZ | 72.14 | 63.7 | 75.51 | - |
| YUV | 213.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 219 | 0 | 0.24 | 0.13 | 0.01 | 333.44 | 0.94 | 0.87 |
| Hex | FD | C0 | DB | 0 | 18 | D | 1 | 14D | 5E | 57 |
| Octal | 375 | 300 | 333 | 0 | 30 | 15 | 1 | 515 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11011011 | 0 | 11000 | 1101 | 1 | 101001101 | 1011110 | 1010111 |
Color Harmonies of #FDC0DB
Complementary color
Monochromatic Colors of #FDC0DB
Black with #FDC0DB
Text Example
Text Example
White with #FDC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0DB; }
p { color: rgb(253,192,219); }
H1.HeaderClassName
{
color: #FDC0DB;
}
.AnyTagClassName
{
color: #FDC0DB;
}
</style>
background-color css
<style>
a { background-color: #FDC0DB; }
a { background-color: rgb(253,192,219); }
div.DivClassName
{
background-color: #FDC0DB;
}
.BgClassName
{
background-color: #FDC0DB;
}
</style>
border-color css
<style>
span { border-color: #FDC0DB; }
span { border-color: rgb(253,192,219); }
td.TdClassName
{
border-color: #FDC0DB;
}
.TagClassName
{
border-color: #FDC0DB;
}
</style>