Shades of Cotton Candy #FBB9DB
Tints of Cotton Candy #FBB9DB
RGB
CMYK
RGB Variations
Color information
#FBB9DB (or 0xFBB9DB) is known color: Cotton Candy. HEX triplet: FB, B9 and DB. RGB value is (251,185,219). Sum of RGB (Red+Green+Blue) = 251+185+219=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DB is #044624. Grayscale: #D0D0D0. Windows color (decimal): -280101 or 14399995. OLE color: 14399995.
HSL color Cylindrical-coordinate representation of color #FBB9DB: hue angle of 329.09º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9DB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 219 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.02 |
| HSL | 329.09º | 0.89% | 0.85% | - |
| HSV(B) | 329.09º | 0.26% | 0.98% | - |
| XYZ | 69.92 | 60.32 | 74.98 | - |
| YUV | 208.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 219 | 0 | 0.26 | 0.13 | 0.02 | 329.09 | 0.89 | 0.85 |
| Hex | FB | B9 | DB | 0 | 1A | D | 2 | 149 | 59 | 55 |
| Octal | 373 | 271 | 333 | 0 | 32 | 15 | 2 | 511 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11011011 | 0 | 11010 | 1101 | 10 | 101001001 | 1011001 | 1010101 |
Color Harmonies of #FBB9DB
Complementary color
Monochromatic Colors of #FBB9DB
Black with #FBB9DB
Text Example
Text Example
White with #FBB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9DB; }
p { color: rgb(251,185,219); }
H1.HeaderClassName
{
color: #FBB9DB;
}
.AnyTagClassName
{
color: #FBB9DB;
}
</style>
background-color css
<style>
a { background-color: #FBB9DB; }
a { background-color: rgb(251,185,219); }
div.DivClassName
{
background-color: #FBB9DB;
}
.BgClassName
{
background-color: #FBB9DB;
}
</style>
border-color css
<style>
span { border-color: #FBB9DB; }
span { border-color: rgb(251,185,219); }
td.TdClassName
{
border-color: #FBB9DB;
}
.TagClassName
{
border-color: #FBB9DB;
}
</style>