Shades of Cotton Candy #F6BAD0
Tints of Cotton Candy #F6BAD0
RGB
CMYK
RGB Variations
Color information
#F6BAD0 (or 0xF6BAD0) is known color: Cotton Candy. HEX triplet: F6, BA and D0. RGB value is (246,186,208). Sum of RGB (Red+Green+Blue) = 246+186+208=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAD0 is #09452F. Grayscale: #CECECE. Windows color (decimal): -607536 or 13679350. OLE color: 13679350.
HSL color Cylindrical-coordinate representation of color #F6BAD0: hue angle of 338º 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 #F6BAD0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 208 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.04 |
| HSL | 338º | 0.77% | 0.85% | - |
| HSV(B) | 338º | 0.24% | 0.96% | - |
| XYZ | 66.95 | 59.26 | 67.59 | - |
| YUV | 206.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 208 | 0 | 0.24 | 0.15 | 0.04 | 338 | 0.77 | 0.85 |
| Hex | F6 | BA | D0 | 0 | 18 | F | 4 | 152 | 4D | 55 |
| Octal | 366 | 272 | 320 | 0 | 30 | 17 | 4 | 522 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11010000 | 0 | 11000 | 1111 | 100 | 101010010 | 1001101 | 1010101 |
Color Harmonies of #F6BAD0
Complementary color
Monochromatic Colors of #F6BAD0
Black with #F6BAD0
Text Example
Text Example
White with #F6BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAD0; }
p { color: rgb(246,186,208); }
H1.HeaderClassName
{
color: #F6BAD0;
}
.AnyTagClassName
{
color: #F6BAD0;
}
</style>
background-color css
<style>
a { background-color: #F6BAD0; }
a { background-color: rgb(246,186,208); }
div.DivClassName
{
background-color: #F6BAD0;
}
.BgClassName
{
background-color: #F6BAD0;
}
</style>
border-color css
<style>
span { border-color: #F6BAD0; }
span { border-color: rgb(246,186,208); }
td.TdClassName
{
border-color: #F6BAD0;
}
.TagClassName
{
border-color: #F6BAD0;
}
</style>