Shades of Cotton Candy #FDBCDD
Tints of Cotton Candy #FDBCDD
RGB
CMYK
RGB Variations
Color information
#FDBCDD (or 0xFDBCDD) is known color: Cotton Candy. HEX triplet: FD, BC and DD. RGB value is (253,188,221). Sum of RGB (Red+Green+Blue) = 253+188+221=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCDD is #024322. Grayscale: #D3D3D3. Windows color (decimal): -148259 or 14531837. OLE color: 14531837.
HSL color Cylindrical-coordinate representation of color #FDBCDD: hue angle of 329.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 #FDBCDD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 221 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.01 |
| HSL | 329.54º | 0.94% | 0.86% | - |
| HSV(B) | 329.54º | 0.26% | 0.99% | - |
| XYZ | 71.54 | 62.07 | 76.62 | - |
| YUV | 211.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 221 | 0 | 0.26 | 0.13 | 0.01 | 329.54 | 0.94 | 0.86 |
| Hex | FD | BC | DD | 0 | 1A | D | 1 | 14A | 5E | 56 |
| Octal | 375 | 274 | 335 | 0 | 32 | 15 | 1 | 512 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11011101 | 0 | 11010 | 1101 | 1 | 101001010 | 1011110 | 1010110 |
Color Harmonies of #FDBCDD
Complementary color
Monochromatic Colors of #FDBCDD
Black with #FDBCDD
Text Example
Text Example
White with #FDBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCDD; }
p { color: rgb(253,188,221); }
H1.HeaderClassName
{
color: #FDBCDD;
}
.AnyTagClassName
{
color: #FDBCDD;
}
</style>
background-color css
<style>
a { background-color: #FDBCDD; }
a { background-color: rgb(253,188,221); }
div.DivClassName
{
background-color: #FDBCDD;
}
.BgClassName
{
background-color: #FDBCDD;
}
</style>
border-color css
<style>
span { border-color: #FDBCDD; }
span { border-color: rgb(253,188,221); }
td.TdClassName
{
border-color: #FDBCDD;
}
.TagClassName
{
border-color: #FDBCDD;
}
</style>