Shades of Cotton Candy #FDBCD0
Tints of Cotton Candy #FDBCD0
RGB
CMYK
RGB Variations
Color information
#FDBCD0 (or 0xFDBCD0) is known color: Cotton Candy. HEX triplet: FD, BC and D0. RGB value is (253,188,208). Sum of RGB (Red+Green+Blue) = 253+188+208=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCD0 is #02432F. Grayscale: #D1D1D1. Windows color (decimal): -148272 or 13679869. OLE color: 13679869.
HSL color Cylindrical-coordinate representation of color #FDBCD0: hue angle of 341.54º 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 #FDBCD0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 208 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.01 |
| HSL | 341.54º | 0.94% | 0.86% | - |
| HSV(B) | 341.54º | 0.26% | 0.99% | - |
| XYZ | 69.88 | 61.4 | 67.84 | - |
| YUV | 209.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 208 | 0 | 0.26 | 0.18 | 0.01 | 341.54 | 0.94 | 0.86 |
| Hex | FD | BC | D0 | 0 | 1A | 12 | 1 | 156 | 5E | 56 |
| Octal | 375 | 274 | 320 | 0 | 32 | 22 | 1 | 526 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11010000 | 0 | 11010 | 10010 | 1 | 101010110 | 1011110 | 1010110 |
Color Harmonies of #FDBCD0
Complementary color
Monochromatic Colors of #FDBCD0
Black with #FDBCD0
Text Example
Text Example
White with #FDBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCD0; }
p { color: rgb(253,188,208); }
H1.HeaderClassName
{
color: #FDBCD0;
}
.AnyTagClassName
{
color: #FDBCD0;
}
</style>
background-color css
<style>
a { background-color: #FDBCD0; }
a { background-color: rgb(253,188,208); }
div.DivClassName
{
background-color: #FDBCD0;
}
.BgClassName
{
background-color: #FDBCD0;
}
</style>
border-color css
<style>
span { border-color: #FDBCD0; }
span { border-color: rgb(253,188,208); }
td.TdClassName
{
border-color: #FDBCD0;
}
.TagClassName
{
border-color: #FDBCD0;
}
</style>