Shades of Cotton Candy #FDBBDD
Tints of Cotton Candy #FDBBDD
RGB
CMYK
RGB Variations
Color information
#FDBBDD (or 0xFDBBDD) is known color: Cotton Candy. HEX triplet: FD, BB and DD. RGB value is (253,187,221). Sum of RGB (Red+Green+Blue) = 253+187+221=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBDD is #024422. Grayscale: #D2D2D2. Windows color (decimal): -148515 or 14531581. OLE color: 14531581.
HSL color Cylindrical-coordinate representation of color #FDBBDD: hue angle of 329.09º 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 #FDBBDD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 221 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.01 |
| HSL | 329.09º | 0.94% | 0.86% | - |
| HSV(B) | 329.09º | 0.26% | 0.99% | - |
| XYZ | 71.33 | 61.64 | 76.55 | - |
| YUV | 210.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 221 | 0 | 0.26 | 0.13 | 0.01 | 329.09 | 0.94 | 0.86 |
| Hex | FD | BB | DD | 0 | 1A | D | 1 | 149 | 5E | 56 |
| Octal | 375 | 273 | 335 | 0 | 32 | 15 | 1 | 511 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11011101 | 0 | 11010 | 1101 | 1 | 101001001 | 1011110 | 1010110 |
Color Harmonies of #FDBBDD
Complementary color
Monochromatic Colors of #FDBBDD
Black with #FDBBDD
Text Example
Text Example
White with #FDBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBDD; }
p { color: rgb(253,187,221); }
H1.HeaderClassName
{
color: #FDBBDD;
}
.AnyTagClassName
{
color: #FDBBDD;
}
</style>
background-color css
<style>
a { background-color: #FDBBDD; }
a { background-color: rgb(253,187,221); }
div.DivClassName
{
background-color: #FDBBDD;
}
.BgClassName
{
background-color: #FDBBDD;
}
</style>
border-color css
<style>
span { border-color: #FDBBDD; }
span { border-color: rgb(253,187,221); }
td.TdClassName
{
border-color: #FDBBDD;
}
.TagClassName
{
border-color: #FDBBDD;
}
</style>