Shades of Cotton Candy #FBBDDD
Tints of Cotton Candy #FBBDDD
RGB
CMYK
RGB Variations
Color information
#FBBDDD (or 0xFBBDDD) is known color: Cotton Candy. HEX triplet: FB, BD and DD. RGB value is (251,189,221). Sum of RGB (Red+Green+Blue) = 251+189+221=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDDD is #044222. Grayscale: #D3D3D3. Windows color (decimal): -279075 or 14532091. OLE color: 14532091.
HSL color Cylindrical-coordinate representation of color #FBBDDD: hue angle of 329.03º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDDD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 221 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 329.03º | 0.89% | 0.86% | - |
| HSV(B) | 329.03º | 0.25% | 0.98% | - |
| XYZ | 71.03 | 62.12 | 76.65 | - |
| YUV | 211.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 221 | 0 | 0.25 | 0.12 | 0.02 | 329.03 | 0.89 | 0.86 |
| Hex | FB | BD | DD | 0 | 19 | C | 2 | 149 | 59 | 56 |
| Octal | 373 | 275 | 335 | 0 | 31 | 14 | 2 | 511 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11011101 | 0 | 11001 | 1100 | 10 | 101001001 | 1011001 | 1010110 |
Color Harmonies of #FBBDDD
Complementary color
Monochromatic Colors of #FBBDDD
Black with #FBBDDD
Text Example
Text Example
White with #FBBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDDD; }
p { color: rgb(251,189,221); }
H1.HeaderClassName
{
color: #FBBDDD;
}
.AnyTagClassName
{
color: #FBBDDD;
}
</style>
background-color css
<style>
a { background-color: #FBBDDD; }
a { background-color: rgb(251,189,221); }
div.DivClassName
{
background-color: #FBBDDD;
}
.BgClassName
{
background-color: #FBBDDD;
}
</style>
border-color css
<style>
span { border-color: #FBBDDD; }
span { border-color: rgb(251,189,221); }
td.TdClassName
{
border-color: #FBBDDD;
}
.TagClassName
{
border-color: #FBBDDD;
}
</style>