Shades of Cotton Candy #F6BACF
Tints of Cotton Candy #F6BACF
RGB
CMYK
RGB Variations
Color information
#F6BACF (or 0xF6BACF) is known color: Cotton Candy. HEX triplet: F6, BA and CF. RGB value is (246,186,207). Sum of RGB (Red+Green+Blue) = 246+186+207=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BACF is #094530. Grayscale: #CECECE. Windows color (decimal): -607537 or 13613814. OLE color: 13613814.
HSL color Cylindrical-coordinate representation of color #F6BACF: hue angle of 339º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BACF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 207 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 339º | 0.77% | 0.85% | - |
| HSV(B) | 339º | 0.24% | 0.96% | - |
| XYZ | 66.83 | 59.22 | 66.94 | - |
| YUV | 206.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 207 | 0 | 0.24 | 0.16 | 0.04 | 339 | 0.77 | 0.85 |
| Hex | F6 | BA | CF | 0 | 18 | 10 | 4 | 153 | 4D | 55 |
| Octal | 366 | 272 | 317 | 0 | 30 | 20 | 4 | 523 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11001111 | 0 | 11000 | 10000 | 100 | 101010011 | 1001101 | 1010101 |
Color Harmonies of #F6BACF
Complementary color
Monochromatic Colors of #F6BACF
Black with #F6BACF
Text Example
Text Example
White with #F6BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BACF; }
p { color: rgb(246,186,207); }
H1.HeaderClassName
{
color: #F6BACF;
}
.AnyTagClassName
{
color: #F6BACF;
}
</style>
background-color css
<style>
a { background-color: #F6BACF; }
a { background-color: rgb(246,186,207); }
div.DivClassName
{
background-color: #F6BACF;
}
.BgClassName
{
background-color: #F6BACF;
}
</style>
border-color css
<style>
span { border-color: #F6BACF; }
span { border-color: rgb(246,186,207); }
td.TdClassName
{
border-color: #F6BACF;
}
.TagClassName
{
border-color: #F6BACF;
}
</style>