Shades of Cotton Candy #FBB9DC
Tints of Cotton Candy #FBB9DC
RGB
CMYK
RGB Variations
Color information
#FBB9DC (or 0xFBB9DC) is known color: Cotton Candy. HEX triplet: FB, B9 and DC. RGB value is (251,185,220). Sum of RGB (Red+Green+Blue) = 251+185+220=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DC is #044623. Grayscale: #D0D0D0. Windows color (decimal): -280100 or 14465531. OLE color: 14465531.
HSL color Cylindrical-coordinate representation of color #FBB9DC: hue angle of 328.18º 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 #FBB9DC is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 220 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.02 |
| HSL | 328.18º | 0.89% | 0.85% | - |
| HSV(B) | 328.18º | 0.26% | 0.98% | - |
| XYZ | 70.05 | 60.37 | 75.67 | - |
| YUV | 208.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 220 | 0 | 0.26 | 0.12 | 0.02 | 328.18 | 0.89 | 0.85 |
| Hex | FB | B9 | DC | 0 | 1A | C | 2 | 148 | 59 | 55 |
| Octal | 373 | 271 | 334 | 0 | 32 | 14 | 2 | 510 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11011100 | 0 | 11010 | 1100 | 10 | 101001000 | 1011001 | 1010101 |
Color Harmonies of #FBB9DC
Complementary color
Monochromatic Colors of #FBB9DC
Black with #FBB9DC
Text Example
Text Example
White with #FBB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9DC; }
p { color: rgb(251,185,220); }
H1.HeaderClassName
{
color: #FBB9DC;
}
.AnyTagClassName
{
color: #FBB9DC;
}
</style>
background-color css
<style>
a { background-color: #FBB9DC; }
a { background-color: rgb(251,185,220); }
div.DivClassName
{
background-color: #FBB9DC;
}
.BgClassName
{
background-color: #FBB9DC;
}
</style>
border-color css
<style>
span { border-color: #FBB9DC; }
span { border-color: rgb(251,185,220); }
td.TdClassName
{
border-color: #FBB9DC;
}
.TagClassName
{
border-color: #FBB9DC;
}
</style>