Shades of Cotton Candy #FDBBD5
Tints of Cotton Candy #FDBBD5
RGB
CMYK
RGB Variations
Color information
#FDBBD5 (or 0xFDBBD5) is known color: Cotton Candy. HEX triplet: FD, BB and D5. RGB value is (253,187,213). Sum of RGB (Red+Green+Blue) = 253+187+213=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD5 is #02442A. Grayscale: #D1D1D1. Windows color (decimal): -148523 or 14007293. OLE color: 14007293.
HSL color Cylindrical-coordinate representation of color #FDBBD5: hue angle of 336.36º 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 #FDBBD5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 213 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.01 |
| HSL | 336.36º | 0.94% | 0.86% | - |
| HSV(B) | 336.36º | 0.26% | 0.99% | - |
| XYZ | 70.29 | 61.23 | 71.06 | - |
| YUV | 209.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 213 | 0 | 0.26 | 0.16 | 0.01 | 336.36 | 0.94 | 0.86 |
| Hex | FD | BB | D5 | 0 | 1A | 10 | 1 | 150 | 5E | 56 |
| Octal | 375 | 273 | 325 | 0 | 32 | 20 | 1 | 520 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11010101 | 0 | 11010 | 10000 | 1 | 101010000 | 1011110 | 1010110 |
Color Harmonies of #FDBBD5
Complementary color
Monochromatic Colors of #FDBBD5
Black with #FDBBD5
Text Example
Text Example
White with #FDBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD5; }
p { color: rgb(253,187,213); }
H1.HeaderClassName
{
color: #FDBBD5;
}
.AnyTagClassName
{
color: #FDBBD5;
}
</style>
background-color css
<style>
a { background-color: #FDBBD5; }
a { background-color: rgb(253,187,213); }
div.DivClassName
{
background-color: #FDBBD5;
}
.BgClassName
{
background-color: #FDBBD5;
}
</style>
border-color css
<style>
span { border-color: #FDBBD5; }
span { border-color: rgb(253,187,213); }
td.TdClassName
{
border-color: #FDBBD5;
}
.TagClassName
{
border-color: #FDBBD5;
}
</style>