Shades of Cotton Candy #FBBFDB
Tints of Cotton Candy #FBBFDB
RGB
CMYK
RGB Variations
Color information
#FBBFDB (or 0xFBBFDB) is known color: Cotton Candy. HEX triplet: FB, BF and DB. RGB value is (251,191,219). Sum of RGB (Red+Green+Blue) = 251+191+219=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFDB is #044024. Grayscale: #D4D4D4. Windows color (decimal): -278565 or 14401531. OLE color: 14401531.
HSL color Cylindrical-coordinate representation of color #FBBFDB: hue angle of 332º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFDB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 219 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 332º | 0.88% | 0.87% | - |
| HSV(B) | 332º | 0.24% | 0.98% | - |
| XYZ | 71.2 | 62.89 | 75.4 | - |
| YUV | 212.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 219 | 0 | 0.24 | 0.13 | 0.02 | 332 | 0.88 | 0.87 |
| Hex | FB | BF | DB | 0 | 18 | D | 2 | 14C | 58 | 57 |
| Octal | 373 | 277 | 333 | 0 | 30 | 15 | 2 | 514 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11011011 | 0 | 11000 | 1101 | 10 | 101001100 | 1011000 | 1010111 |
Color Harmonies of #FBBFDB
Complementary color
Monochromatic Colors of #FBBFDB
Black with #FBBFDB
Text Example
Text Example
White with #FBBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFDB; }
p { color: rgb(251,191,219); }
H1.HeaderClassName
{
color: #FBBFDB;
}
.AnyTagClassName
{
color: #FBBFDB;
}
</style>
background-color css
<style>
a { background-color: #FBBFDB; }
a { background-color: rgb(251,191,219); }
div.DivClassName
{
background-color: #FBBFDB;
}
.BgClassName
{
background-color: #FBBFDB;
}
</style>
border-color css
<style>
span { border-color: #FBBFDB; }
span { border-color: rgb(251,191,219); }
td.TdClassName
{
border-color: #FBBFDB;
}
.TagClassName
{
border-color: #FBBFDB;
}
</style>