Shades of Cotton Candy #FDBBD4
Tints of Cotton Candy #FDBBD4
RGB
CMYK
RGB Variations
Color information
#FDBBD4 (or 0xFDBBD4) is known color: Cotton Candy. HEX triplet: FD, BB and D4. RGB value is (253,187,212). Sum of RGB (Red+Green+Blue) = 253+187+212=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD4 is #02442B. Grayscale: #D1D1D1. Windows color (decimal): -148524 or 13941757. OLE color: 13941757.
HSL color Cylindrical-coordinate representation of color #FDBBD4: hue angle of 337.27º 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 #FDBBD4 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 212 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.01 |
| HSL | 337.27º | 0.94% | 0.86% | - |
| HSV(B) | 337.27º | 0.26% | 0.99% | - |
| XYZ | 70.16 | 61.18 | 70.4 | - |
| YUV | 209.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 212 | 0 | 0.26 | 0.16 | 0.01 | 337.27 | 0.94 | 0.86 |
| Hex | FD | BB | D4 | 0 | 1A | 10 | 1 | 151 | 5E | 56 |
| Octal | 375 | 273 | 324 | 0 | 32 | 20 | 1 | 521 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11010100 | 0 | 11010 | 10000 | 1 | 101010001 | 1011110 | 1010110 |
Color Harmonies of #FDBBD4
Complementary color
Monochromatic Colors of #FDBBD4
Black with #FDBBD4
Text Example
Text Example
White with #FDBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD4; }
p { color: rgb(253,187,212); }
H1.HeaderClassName
{
color: #FDBBD4;
}
.AnyTagClassName
{
color: #FDBBD4;
}
</style>
background-color css
<style>
a { background-color: #FDBBD4; }
a { background-color: rgb(253,187,212); }
div.DivClassName
{
background-color: #FDBBD4;
}
.BgClassName
{
background-color: #FDBBD4;
}
</style>
border-color css
<style>
span { border-color: #FDBBD4; }
span { border-color: rgb(253,187,212); }
td.TdClassName
{
border-color: #FDBBD4;
}
.TagClassName
{
border-color: #FDBBD4;
}
</style>