Shades of Cotton Candy #FBBCDD
Tints of Cotton Candy #FBBCDD
RGB
CMYK
RGB Variations
Color information
#FBBCDD (or 0xFBBCDD) is known color: Cotton Candy. HEX triplet: FB, BC and DD. RGB value is (251,188,221). Sum of RGB (Red+Green+Blue) = 251+188+221=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCDD is #044322. Grayscale: #D2D2D2. Windows color (decimal): -279331 or 14531835. OLE color: 14531835.
HSL color Cylindrical-coordinate representation of color #FBBCDD: hue angle of 328.57º 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 #FBBCDD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 221 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 328.57º | 0.89% | 0.86% | - |
| HSV(B) | 328.57º | 0.25% | 0.98% | - |
| XYZ | 70.82 | 61.7 | 76.58 | - |
| YUV | 210.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 221 | 0 | 0.25 | 0.12 | 0.02 | 328.57 | 0.89 | 0.86 |
| Hex | FB | BC | DD | 0 | 19 | C | 2 | 149 | 59 | 56 |
| Octal | 373 | 274 | 335 | 0 | 31 | 14 | 2 | 511 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11011101 | 0 | 11001 | 1100 | 10 | 101001001 | 1011001 | 1010110 |
Color Harmonies of #FBBCDD
Complementary color
Monochromatic Colors of #FBBCDD
Black with #FBBCDD
Text Example
Text Example
White with #FBBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCDD; }
p { color: rgb(251,188,221); }
H1.HeaderClassName
{
color: #FBBCDD;
}
.AnyTagClassName
{
color: #FBBCDD;
}
</style>
background-color css
<style>
a { background-color: #FBBCDD; }
a { background-color: rgb(251,188,221); }
div.DivClassName
{
background-color: #FBBCDD;
}
.BgClassName
{
background-color: #FBBCDD;
}
</style>
border-color css
<style>
span { border-color: #FBBCDD; }
span { border-color: rgb(251,188,221); }
td.TdClassName
{
border-color: #FBBCDD;
}
.TagClassName
{
border-color: #FBBCDD;
}
</style>