Shades of Cotton Candy #FDBCDA
Tints of Cotton Candy #FDBCDA
RGB
CMYK
RGB Variations
Color information
#FDBCDA (or 0xFDBCDA) is known color: Cotton Candy. HEX triplet: FD, BC and DA. RGB value is (253,188,218). Sum of RGB (Red+Green+Blue) = 253+188+218=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCDA is #024325. Grayscale: #D2D2D2. Windows color (decimal): -148262 or 14335229. OLE color: 14335229.
HSL color Cylindrical-coordinate representation of color #FDBCDA: hue angle of 332.31º 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 #FDBCDA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 218 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.01 |
| HSL | 332.31º | 0.94% | 0.86% | - |
| HSV(B) | 332.31º | 0.26% | 0.99% | - |
| XYZ | 71.15 | 61.91 | 74.53 | - |
| YUV | 210.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 218 | 0 | 0.26 | 0.14 | 0.01 | 332.31 | 0.94 | 0.86 |
| Hex | FD | BC | DA | 0 | 1A | E | 1 | 14C | 5E | 56 |
| Octal | 375 | 274 | 332 | 0 | 32 | 16 | 1 | 514 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11011010 | 0 | 11010 | 1110 | 1 | 101001100 | 1011110 | 1010110 |
Color Harmonies of #FDBCDA
Complementary color
Monochromatic Colors of #FDBCDA
Black with #FDBCDA
Text Example
Text Example
White with #FDBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCDA; }
p { color: rgb(253,188,218); }
H1.HeaderClassName
{
color: #FDBCDA;
}
.AnyTagClassName
{
color: #FDBCDA;
}
</style>
background-color css
<style>
a { background-color: #FDBCDA; }
a { background-color: rgb(253,188,218); }
div.DivClassName
{
background-color: #FDBCDA;
}
.BgClassName
{
background-color: #FDBCDA;
}
</style>
border-color css
<style>
span { border-color: #FDBCDA; }
span { border-color: rgb(253,188,218); }
td.TdClassName
{
border-color: #FDBCDA;
}
.TagClassName
{
border-color: #FDBCDA;
}
</style>