Shades of Cotton Candy #FDBBD3
Tints of Cotton Candy #FDBBD3
RGB
CMYK
RGB Variations
Color information
#FDBBD3 (or 0xFDBBD3) is known color: Cotton Candy. HEX triplet: FD, BB and D3. RGB value is (253,187,211). Sum of RGB (Red+Green+Blue) = 253+187+211=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD3 is #02442C. Grayscale: #D1D1D1. Windows color (decimal): -148525 or 13876221. OLE color: 13876221.
HSL color Cylindrical-coordinate representation of color #FDBBD3: hue angle of 338.18º 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 #FDBBD3 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 211 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.01 |
| HSL | 338.18º | 0.94% | 0.86% | - |
| HSV(B) | 338.18º | 0.26% | 0.99% | - |
| XYZ | 70.04 | 61.13 | 69.74 | - |
| YUV | 209.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 211 | 0 | 0.26 | 0.17 | 0.01 | 338.18 | 0.94 | 0.86 |
| Hex | FD | BB | D3 | 0 | 1A | 11 | 1 | 152 | 5E | 56 |
| Octal | 375 | 273 | 323 | 0 | 32 | 21 | 1 | 522 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11010011 | 0 | 11010 | 10001 | 1 | 101010010 | 1011110 | 1010110 |
Color Harmonies of #FDBBD3
Complementary color
Monochromatic Colors of #FDBBD3
Black with #FDBBD3
Text Example
Text Example
White with #FDBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD3; }
p { color: rgb(253,187,211); }
H1.HeaderClassName
{
color: #FDBBD3;
}
.AnyTagClassName
{
color: #FDBBD3;
}
</style>
background-color css
<style>
a { background-color: #FDBBD3; }
a { background-color: rgb(253,187,211); }
div.DivClassName
{
background-color: #FDBBD3;
}
.BgClassName
{
background-color: #FDBBD3;
}
</style>
border-color css
<style>
span { border-color: #FDBBD3; }
span { border-color: rgb(253,187,211); }
td.TdClassName
{
border-color: #FDBBD3;
}
.TagClassName
{
border-color: #FDBBD3;
}
</style>