Shades of Cotton Candy #FBB9D3
Tints of Cotton Candy #FBB9D3
RGB
CMYK
RGB Variations
Color information
#FBB9D3 (or 0xFBB9D3) is known color: Cotton Candy. HEX triplet: FB, B9 and D3. RGB value is (251,185,211). Sum of RGB (Red+Green+Blue) = 251+185+211=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9D3 is #04462C. Grayscale: #CFCFCF. Windows color (decimal): -280109 or 13875707. OLE color: 13875707.
HSL color Cylindrical-coordinate representation of color #FBB9D3: hue angle of 336.36º 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 #FBB9D3 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 211 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.02 |
| HSL | 336.36º | 0.89% | 0.85% | - |
| HSV(B) | 336.36º | 0.26% | 0.98% | - |
| XYZ | 68.89 | 59.91 | 69.56 | - |
| YUV | 207.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 211 | 0 | 0.26 | 0.16 | 0.02 | 336.36 | 0.89 | 0.85 |
| Hex | FB | B9 | D3 | 0 | 1A | 10 | 2 | 150 | 59 | 55 |
| Octal | 373 | 271 | 323 | 0 | 32 | 20 | 2 | 520 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11010011 | 0 | 11010 | 10000 | 10 | 101010000 | 1011001 | 1010101 |
Color Harmonies of #FBB9D3
Complementary color
Monochromatic Colors of #FBB9D3
Black with #FBB9D3
Text Example
Text Example
White with #FBB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9D3; }
p { color: rgb(251,185,211); }
H1.HeaderClassName
{
color: #FBB9D3;
}
.AnyTagClassName
{
color: #FBB9D3;
}
</style>
background-color css
<style>
a { background-color: #FBB9D3; }
a { background-color: rgb(251,185,211); }
div.DivClassName
{
background-color: #FBB9D3;
}
.BgClassName
{
background-color: #FBB9D3;
}
</style>
border-color css
<style>
span { border-color: #FBB9D3; }
span { border-color: rgb(251,185,211); }
td.TdClassName
{
border-color: #FBB9D3;
}
.TagClassName
{
border-color: #FBB9D3;
}
</style>