Shades of Cotton Candy #FDBBD8
Tints of Cotton Candy #FDBBD8
RGB
CMYK
RGB Variations
Color information
#FDBBD8 (or 0xFDBBD8) is known color: Cotton Candy. HEX triplet: FD, BB and D8. RGB value is (253,187,216). Sum of RGB (Red+Green+Blue) = 253+187+216=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD8 is #024427. Grayscale: #D1D1D1. Windows color (decimal): -148520 or 14203901. OLE color: 14203901.
HSL color Cylindrical-coordinate representation of color #FDBBD8: hue angle of 333.64º 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 #FDBBD8 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 216 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.01 |
| HSL | 333.64º | 0.94% | 0.86% | - |
| HSV(B) | 333.64º | 0.26% | 0.99% | - |
| XYZ | 70.67 | 61.38 | 73.09 | - |
| YUV | 210.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 216 | 0 | 0.26 | 0.15 | 0.01 | 333.64 | 0.94 | 0.86 |
| Hex | FD | BB | D8 | 0 | 1A | F | 1 | 14E | 5E | 56 |
| Octal | 375 | 273 | 330 | 0 | 32 | 17 | 1 | 516 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11011000 | 0 | 11010 | 1111 | 1 | 101001110 | 1011110 | 1010110 |
Color Harmonies of #FDBBD8
Complementary color
Monochromatic Colors of #FDBBD8
Black with #FDBBD8
Text Example
Text Example
White with #FDBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD8; }
p { color: rgb(253,187,216); }
H1.HeaderClassName
{
color: #FDBBD8;
}
.AnyTagClassName
{
color: #FDBBD8;
}
</style>
background-color css
<style>
a { background-color: #FDBBD8; }
a { background-color: rgb(253,187,216); }
div.DivClassName
{
background-color: #FDBBD8;
}
.BgClassName
{
background-color: #FDBBD8;
}
</style>
border-color css
<style>
span { border-color: #FDBBD8; }
span { border-color: rgb(253,187,216); }
td.TdClassName
{
border-color: #FDBBD8;
}
.TagClassName
{
border-color: #FDBBD8;
}
</style>