Shades of Cotton Candy #FDBCD4
Tints of Cotton Candy #FDBCD4
RGB
CMYK
RGB Variations
Color information
#FDBCD4 (or 0xFDBCD4) is known color: Cotton Candy. HEX triplet: FD, BC and D4. RGB value is (253,188,212). Sum of RGB (Red+Green+Blue) = 253+188+212=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCD4 is #02432B. Grayscale: #D2D2D2. Windows color (decimal): -148268 or 13942013. OLE color: 13942013.
HSL color Cylindrical-coordinate representation of color #FDBCD4: hue angle of 337.85º 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 #FDBCD4 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 212 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.01 |
| HSL | 337.85º | 0.94% | 0.86% | - |
| HSV(B) | 337.85º | 0.26% | 0.99% | - |
| XYZ | 70.37 | 61.6 | 70.47 | - |
| YUV | 210.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 212 | 0 | 0.26 | 0.16 | 0.01 | 337.85 | 0.94 | 0.86 |
| Hex | FD | BC | D4 | 0 | 1A | 10 | 1 | 152 | 5E | 56 |
| Octal | 375 | 274 | 324 | 0 | 32 | 20 | 1 | 522 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11010100 | 0 | 11010 | 10000 | 1 | 101010010 | 1011110 | 1010110 |
Color Harmonies of #FDBCD4
Complementary color
Monochromatic Colors of #FDBCD4
Black with #FDBCD4
Text Example
Text Example
White with #FDBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCD4; }
p { color: rgb(253,188,212); }
H1.HeaderClassName
{
color: #FDBCD4;
}
.AnyTagClassName
{
color: #FDBCD4;
}
</style>
background-color css
<style>
a { background-color: #FDBCD4; }
a { background-color: rgb(253,188,212); }
div.DivClassName
{
background-color: #FDBCD4;
}
.BgClassName
{
background-color: #FDBCD4;
}
</style>
border-color css
<style>
span { border-color: #FDBCD4; }
span { border-color: rgb(253,188,212); }
td.TdClassName
{
border-color: #FDBCD4;
}
.TagClassName
{
border-color: #FDBCD4;
}
</style>