Shades of Cotton Candy #FDBCD8
Tints of Cotton Candy #FDBCD8
RGB
CMYK
RGB Variations
Color information
#FDBCD8 (or 0xFDBCD8) is known color: Cotton Candy. HEX triplet: FD, BC and D8. RGB value is (253,188,216). Sum of RGB (Red+Green+Blue) = 253+188+216=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCD8 is #024327. Grayscale: #D2D2D2. Windows color (decimal): -148264 or 14204157. OLE color: 14204157.
HSL color Cylindrical-coordinate representation of color #FDBCD8: hue angle of 334.15º 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 #FDBCD8 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 216 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.01 |
| HSL | 334.15º | 0.94% | 0.86% | - |
| HSV(B) | 334.15º | 0.26% | 0.99% | - |
| XYZ | 70.89 | 61.81 | 73.16 | - |
| YUV | 210.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 216 | 0 | 0.26 | 0.15 | 0.01 | 334.15 | 0.94 | 0.86 |
| Hex | FD | BC | D8 | 0 | 1A | F | 1 | 14E | 5E | 56 |
| Octal | 375 | 274 | 330 | 0 | 32 | 17 | 1 | 516 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11011000 | 0 | 11010 | 1111 | 1 | 101001110 | 1011110 | 1010110 |
Color Harmonies of #FDBCD8
Complementary color
Monochromatic Colors of #FDBCD8
Black with #FDBCD8
Text Example
Text Example
White with #FDBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCD8; }
p { color: rgb(253,188,216); }
H1.HeaderClassName
{
color: #FDBCD8;
}
.AnyTagClassName
{
color: #FDBCD8;
}
</style>
background-color css
<style>
a { background-color: #FDBCD8; }
a { background-color: rgb(253,188,216); }
div.DivClassName
{
background-color: #FDBCD8;
}
.BgClassName
{
background-color: #FDBCD8;
}
</style>
border-color css
<style>
span { border-color: #FDBCD8; }
span { border-color: rgb(253,188,216); }
td.TdClassName
{
border-color: #FDBCD8;
}
.TagClassName
{
border-color: #FDBCD8;
}
</style>