Shades of Cotton Candy #FDBCD9
Tints of Cotton Candy #FDBCD9
RGB
CMYK
RGB Variations
Color information
#FDBCD9 (or 0xFDBCD9) is known color: Cotton Candy. HEX triplet: FD, BC and D9. RGB value is (253,188,217). Sum of RGB (Red+Green+Blue) = 253+188+217=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCD9 is #024326. Grayscale: #D2D2D2. Windows color (decimal): -148263 or 14269693. OLE color: 14269693.
HSL color Cylindrical-coordinate representation of color #FDBCD9: hue angle of 333.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBCD9 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 217 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.01 |
| HSL | 333.23º | 0.94% | 0.86% | - |
| HSV(B) | 333.23º | 0.26% | 0.99% | - |
| XYZ | 71.02 | 61.86 | 73.84 | - |
| YUV | 210.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 217 | 0 | 0.26 | 0.14 | 0.01 | 333.23 | 0.94 | 0.86 |
| Hex | FD | BC | D9 | 0 | 1A | E | 1 | 14D | 5E | 56 |
| Octal | 375 | 274 | 331 | 0 | 32 | 16 | 1 | 515 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11011001 | 0 | 11010 | 1110 | 1 | 101001101 | 1011110 | 1010110 |
Color Harmonies of #FDBCD9
Complementary color
Monochromatic Colors of #FDBCD9
Black with #FDBCD9
Text Example
Text Example
White with #FDBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCD9; }
p { color: rgb(253,188,217); }
H1.HeaderClassName
{
color: #FDBCD9;
}
.AnyTagClassName
{
color: #FDBCD9;
}
</style>
background-color css
<style>
a { background-color: #FDBCD9; }
a { background-color: rgb(253,188,217); }
div.DivClassName
{
background-color: #FDBCD9;
}
.BgClassName
{
background-color: #FDBCD9;
}
</style>
border-color css
<style>
span { border-color: #FDBCD9; }
span { border-color: rgb(253,188,217); }
td.TdClassName
{
border-color: #FDBCD9;
}
.TagClassName
{
border-color: #FDBCD9;
}
</style>