Shades of Cotton Candy #FBBACE
Tints of Cotton Candy #FBBACE
RGB
CMYK
RGB Variations
Color information
#FBBACE (or 0xFBBACE) is known color: Cotton Candy. HEX triplet: FB, BA and CE. RGB value is (251,186,206). Sum of RGB (Red+Green+Blue) = 251+186+206=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBACE is #044531. Grayscale: #CFCFCF. Windows color (decimal): -279858 or 13548283. OLE color: 13548283.
HSL color Cylindrical-coordinate representation of color #FBBACE: hue angle of 341.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBACE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 206 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.02 |
| HSL | 341.54º | 0.89% | 0.86% | - |
| HSV(B) | 341.54º | 0.26% | 0.98% | - |
| XYZ | 68.48 | 60.08 | 66.38 | - |
| YUV | 207.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 206 | 0 | 0.26 | 0.18 | 0.02 | 341.54 | 0.89 | 0.86 |
| Hex | FB | BA | CE | 0 | 1A | 12 | 2 | 156 | 59 | 56 |
| Octal | 373 | 272 | 316 | 0 | 32 | 22 | 2 | 526 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11001110 | 0 | 11010 | 10010 | 10 | 101010110 | 1011001 | 1010110 |
Color Harmonies of #FBBACE
Complementary color
Monochromatic Colors of #FBBACE
Black with #FBBACE
Text Example
Text Example
White with #FBBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBACE; }
p { color: rgb(251,186,206); }
H1.HeaderClassName
{
color: #FBBACE;
}
.AnyTagClassName
{
color: #FBBACE;
}
</style>
background-color css
<style>
a { background-color: #FBBACE; }
a { background-color: rgb(251,186,206); }
div.DivClassName
{
background-color: #FBBACE;
}
.BgClassName
{
background-color: #FBBACE;
}
</style>
border-color css
<style>
span { border-color: #FBBACE; }
span { border-color: rgb(251,186,206); }
td.TdClassName
{
border-color: #FBBACE;
}
.TagClassName
{
border-color: #FBBACE;
}
</style>