Shades of Cotton Candy #F6BADB
Tints of Cotton Candy #F6BADB
RGB
CMYK
RGB Variations
Color information
#F6BADB (or 0xF6BADB) is known color: Cotton Candy. HEX triplet: F6, BA and DB. RGB value is (246,186,219). Sum of RGB (Red+Green+Blue) = 246+186+219=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BADB is #094524. Grayscale: #CFCFCF. Windows color (decimal): -607525 or 14400246. OLE color: 14400246.
HSL color Cylindrical-coordinate representation of color #F6BADB: hue angle of 327º 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 #F6BADB is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 219 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.04 |
| HSL | 327º | 0.77% | 0.85% | - |
| HSV(B) | 327º | 0.24% | 0.96% | - |
| XYZ | 68.35 | 59.83 | 74.96 | - |
| YUV | 207.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 219 | 0 | 0.24 | 0.11 | 0.04 | 327 | 0.77 | 0.85 |
| Hex | F6 | BA | DB | 0 | 18 | B | 4 | 147 | 4D | 55 |
| Octal | 366 | 272 | 333 | 0 | 30 | 13 | 4 | 507 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11011011 | 0 | 11000 | 1011 | 100 | 101000111 | 1001101 | 1010101 |
Color Harmonies of #F6BADB
Complementary color
Monochromatic Colors of #F6BADB
Black with #F6BADB
Text Example
Text Example
White with #F6BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BADB; }
p { color: rgb(246,186,219); }
H1.HeaderClassName
{
color: #F6BADB;
}
.AnyTagClassName
{
color: #F6BADB;
}
</style>
background-color css
<style>
a { background-color: #F6BADB; }
a { background-color: rgb(246,186,219); }
div.DivClassName
{
background-color: #F6BADB;
}
.BgClassName
{
background-color: #F6BADB;
}
</style>
border-color css
<style>
span { border-color: #F6BADB; }
span { border-color: rgb(246,186,219); }
td.TdClassName
{
border-color: #F6BADB;
}
.TagClassName
{
border-color: #F6BADB;
}
</style>