Shades of Cotton Candy #F6BADD
Tints of Cotton Candy #F6BADD
RGB
CMYK
RGB Variations
Color information
#F6BADD (or 0xF6BADD) is known color: Cotton Candy. HEX triplet: F6, BA and DD. RGB value is (246,186,221). Sum of RGB (Red+Green+Blue) = 246+186+221=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BADD is #094522. Grayscale: #CFCFCF. Windows color (decimal): -607523 or 14531318. OLE color: 14531318.
HSL color Cylindrical-coordinate representation of color #F6BADD: hue angle of 325º 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 #F6BADD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 221 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 325º | 0.77% | 0.85% | - |
| HSV(B) | 325º | 0.24% | 0.96% | - |
| XYZ | 68.62 | 59.93 | 76.36 | - |
| YUV | 207.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 221 | 0 | 0.24 | 0.10 | 0.04 | 325 | 0.77 | 0.85 |
| Hex | F6 | BA | DD | 0 | 18 | A | 4 | 145 | 4D | 55 |
| Octal | 366 | 272 | 335 | 0 | 30 | 12 | 4 | 505 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11011101 | 0 | 11000 | 1010 | 100 | 101000101 | 1001101 | 1010101 |
Color Harmonies of #F6BADD
Complementary color
Monochromatic Colors of #F6BADD
Black with #F6BADD
Text Example
Text Example
White with #F6BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BADD; }
p { color: rgb(246,186,221); }
H1.HeaderClassName
{
color: #F6BADD;
}
.AnyTagClassName
{
color: #F6BADD;
}
</style>
background-color css
<style>
a { background-color: #F6BADD; }
a { background-color: rgb(246,186,221); }
div.DivClassName
{
background-color: #F6BADD;
}
.BgClassName
{
background-color: #F6BADD;
}
</style>
border-color css
<style>
span { border-color: #F6BADD; }
span { border-color: rgb(246,186,221); }
td.TdClassName
{
border-color: #F6BADD;
}
.TagClassName
{
border-color: #F6BADD;
}
</style>