Shades of Cotton Candy #FDBAD7
Tints of Cotton Candy #FDBAD7
RGB
CMYK
RGB Variations
Color information
#FDBAD7 (or 0xFDBAD7) is known color: Cotton Candy. HEX triplet: FD, BA and D7. RGB value is (253,186,215). Sum of RGB (Red+Green+Blue) = 253+186+215=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD7 is #024528. Grayscale: #D1D1D1. Windows color (decimal): -148777 or 14138109. OLE color: 14138109.
HSL color Cylindrical-coordinate representation of color #FDBAD7: hue angle of 334.03º 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 #FDBAD7 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 215 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.01 |
| HSL | 334.03º | 0.94% | 0.86% | - |
| HSV(B) | 334.03º | 0.26% | 0.99% | - |
| XYZ | 70.33 | 60.91 | 72.34 | - |
| YUV | 209.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 215 | 0 | 0.26 | 0.15 | 0.01 | 334.03 | 0.94 | 0.86 |
| Hex | FD | BA | D7 | 0 | 1A | F | 1 | 14E | 5E | 56 |
| Octal | 375 | 272 | 327 | 0 | 32 | 17 | 1 | 516 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11010111 | 0 | 11010 | 1111 | 1 | 101001110 | 1011110 | 1010110 |
Color Harmonies of #FDBAD7
Complementary color
Monochromatic Colors of #FDBAD7
Black with #FDBAD7
Text Example
Text Example
White with #FDBAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAD7; }
p { color: rgb(253,186,215); }
H1.HeaderClassName
{
color: #FDBAD7;
}
.AnyTagClassName
{
color: #FDBAD7;
}
</style>
background-color css
<style>
a { background-color: #FDBAD7; }
a { background-color: rgb(253,186,215); }
div.DivClassName
{
background-color: #FDBAD7;
}
.BgClassName
{
background-color: #FDBAD7;
}
</style>
border-color css
<style>
span { border-color: #FDBAD7; }
span { border-color: rgb(253,186,215); }
td.TdClassName
{
border-color: #FDBAD7;
}
.TagClassName
{
border-color: #FDBAD7;
}
</style>