Shades of Cotton Candy #FDBBD7
Tints of Cotton Candy #FDBBD7
RGB
CMYK
RGB Variations
Color information
#FDBBD7 (or 0xFDBBD7) is known color: Cotton Candy. HEX triplet: FD, BB and D7. RGB value is (253,187,215). Sum of RGB (Red+Green+Blue) = 253+187+215=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD7 is #024428. Grayscale: #D1D1D1. Windows color (decimal): -148521 or 14138365. OLE color: 14138365.
HSL color Cylindrical-coordinate representation of color #FDBBD7: hue angle of 334.55º 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 #FDBBD7 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 215 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.01 |
| HSL | 334.55º | 0.94% | 0.86% | - |
| HSV(B) | 334.55º | 0.26% | 0.99% | - |
| XYZ | 70.54 | 61.33 | 72.41 | - |
| YUV | 209.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 215 | 0 | 0.26 | 0.15 | 0.01 | 334.55 | 0.94 | 0.86 |
| Hex | FD | BB | D7 | 0 | 1A | F | 1 | 14F | 5E | 56 |
| Octal | 375 | 273 | 327 | 0 | 32 | 17 | 1 | 517 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11010111 | 0 | 11010 | 1111 | 1 | 101001111 | 1011110 | 1010110 |
Color Harmonies of #FDBBD7
Complementary color
Monochromatic Colors of #FDBBD7
Black with #FDBBD7
Text Example
Text Example
White with #FDBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD7; }
p { color: rgb(253,187,215); }
H1.HeaderClassName
{
color: #FDBBD7;
}
.AnyTagClassName
{
color: #FDBBD7;
}
</style>
background-color css
<style>
a { background-color: #FDBBD7; }
a { background-color: rgb(253,187,215); }
div.DivClassName
{
background-color: #FDBBD7;
}
.BgClassName
{
background-color: #FDBBD7;
}
</style>
border-color css
<style>
span { border-color: #FDBBD7; }
span { border-color: rgb(253,187,215); }
td.TdClassName
{
border-color: #FDBBD7;
}
.TagClassName
{
border-color: #FDBBD7;
}
</style>