Shades of Cotton Candy #FBBACF
Tints of Cotton Candy #FBBACF
RGB
CMYK
RGB Variations
Color information
#FBBACF (or 0xFBBACF) is known color: Cotton Candy. HEX triplet: FB, BA and CF. RGB value is (251,186,207). Sum of RGB (Red+Green+Blue) = 251+186+207=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBACF is #044530. Grayscale: #CFCFCF. Windows color (decimal): -279857 or 13613819. OLE color: 13613819.
HSL color Cylindrical-coordinate representation of color #FBBACF: hue angle of 340.62º 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 #FBBACF is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 207 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.02 |
| HSL | 340.62º | 0.89% | 0.86% | - |
| HSV(B) | 340.62º | 0.26% | 0.98% | - |
| XYZ | 68.61 | 60.13 | 67.02 | - |
| YUV | 207.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 207 | 0 | 0.26 | 0.18 | 0.02 | 340.62 | 0.89 | 0.86 |
| Hex | FB | BA | CF | 0 | 1A | 12 | 2 | 155 | 59 | 56 |
| Octal | 373 | 272 | 317 | 0 | 32 | 22 | 2 | 525 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11001111 | 0 | 11010 | 10010 | 10 | 101010101 | 1011001 | 1010110 |
Color Harmonies of #FBBACF
Complementary color
Monochromatic Colors of #FBBACF
Black with #FBBACF
Text Example
Text Example
White with #FBBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBACF; }
p { color: rgb(251,186,207); }
H1.HeaderClassName
{
color: #FBBACF;
}
.AnyTagClassName
{
color: #FBBACF;
}
</style>
background-color css
<style>
a { background-color: #FBBACF; }
a { background-color: rgb(251,186,207); }
div.DivClassName
{
background-color: #FBBACF;
}
.BgClassName
{
background-color: #FBBACF;
}
</style>
border-color css
<style>
span { border-color: #FBBACF; }
span { border-color: rgb(251,186,207); }
td.TdClassName
{
border-color: #FBBACF;
}
.TagClassName
{
border-color: #FBBACF;
}
</style>