Shades of Cotton Candy #FBBBDB
Tints of Cotton Candy #FBBBDB
RGB
CMYK
RGB Variations
Color information
#FBBBDB (or 0xFBBBDB) is known color: Cotton Candy. HEX triplet: FB, BB and DB. RGB value is (251,187,219). Sum of RGB (Red+Green+Blue) = 251+187+219=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBDB is #044424. Grayscale: #D1D1D1. Windows color (decimal): -279589 or 14400507. OLE color: 14400507.
HSL color Cylindrical-coordinate representation of color #FBBBDB: hue angle of 330º 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 #FBBBDB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 219 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.02 |
| HSL | 330º | 0.89% | 0.86% | - |
| HSV(B) | 330º | 0.25% | 0.98% | - |
| XYZ | 70.34 | 61.16 | 75.12 | - |
| YUV | 209.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 219 | 0 | 0.25 | 0.13 | 0.02 | 330 | 0.89 | 0.86 |
| Hex | FB | BB | DB | 0 | 19 | D | 2 | 14A | 59 | 56 |
| Octal | 373 | 273 | 333 | 0 | 31 | 15 | 2 | 512 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11011011 | 0 | 11001 | 1101 | 10 | 101001010 | 1011001 | 1010110 |
Color Harmonies of #FBBBDB
Complementary color
Monochromatic Colors of #FBBBDB
Black with #FBBBDB
Text Example
Text Example
White with #FBBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBDB; }
p { color: rgb(251,187,219); }
H1.HeaderClassName
{
color: #FBBBDB;
}
.AnyTagClassName
{
color: #FBBBDB;
}
</style>
background-color css
<style>
a { background-color: #FBBBDB; }
a { background-color: rgb(251,187,219); }
div.DivClassName
{
background-color: #FBBBDB;
}
.BgClassName
{
background-color: #FBBBDB;
}
</style>
border-color css
<style>
span { border-color: #FBBBDB; }
span { border-color: rgb(251,187,219); }
td.TdClassName
{
border-color: #FBBBDB;
}
.TagClassName
{
border-color: #FBBBDB;
}
</style>