Shades of Cotton Candy #FDBBD0
Tints of Cotton Candy #FDBBD0
RGB
CMYK
RGB Variations
Color information
#FDBBD0 (or 0xFDBBD0) is known color: Cotton Candy. HEX triplet: FD, BB and D0. RGB value is (253,187,208). Sum of RGB (Red+Green+Blue) = 253+187+208=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD0 is #02442F. Grayscale: #D1D1D1. Windows color (decimal): -148528 or 13679613. OLE color: 13679613.
HSL color Cylindrical-coordinate representation of color #FDBBD0: hue angle of 340.91º 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 #FDBBD0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 208 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.01 |
| HSL | 340.91º | 0.94% | 0.86% | - |
| HSV(B) | 340.91º | 0.26% | 0.99% | - |
| XYZ | 69.66 | 60.98 | 67.77 | - |
| YUV | 209.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 208 | 0 | 0.26 | 0.18 | 0.01 | 340.91 | 0.94 | 0.86 |
| Hex | FD | BB | D0 | 0 | 1A | 12 | 1 | 155 | 5E | 56 |
| Octal | 375 | 273 | 320 | 0 | 32 | 22 | 1 | 525 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11010000 | 0 | 11010 | 10010 | 1 | 101010101 | 1011110 | 1010110 |
Color Harmonies of #FDBBD0
Complementary color
Monochromatic Colors of #FDBBD0
Black with #FDBBD0
Text Example
Text Example
White with #FDBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD0; }
p { color: rgb(253,187,208); }
H1.HeaderClassName
{
color: #FDBBD0;
}
.AnyTagClassName
{
color: #FDBBD0;
}
</style>
background-color css
<style>
a { background-color: #FDBBD0; }
a { background-color: rgb(253,187,208); }
div.DivClassName
{
background-color: #FDBBD0;
}
.BgClassName
{
background-color: #FDBBD0;
}
</style>
border-color css
<style>
span { border-color: #FDBBD0; }
span { border-color: rgb(253,187,208); }
td.TdClassName
{
border-color: #FDBBD0;
}
.TagClassName
{
border-color: #FDBBD0;
}
</style>