Shades of Cotton Candy #F6B9D0
Tints of Cotton Candy #F6B9D0
RGB
CMYK
RGB Variations
Color information
#F6B9D0 (or 0xF6B9D0) is known color: Cotton Candy. HEX triplet: F6, B9 and D0. RGB value is (246,185,208). Sum of RGB (Red+Green+Blue) = 246+185+208=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9D0 is #09462F. Grayscale: #CDCDCD. Windows color (decimal): -607792 or 13679094. OLE color: 13679094.
HSL color Cylindrical-coordinate representation of color #F6B9D0: hue angle of 337.38º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9D0 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 208 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.04 |
| HSL | 337.38º | 0.77% | 0.85% | - |
| HSV(B) | 337.38º | 0.25% | 0.96% | - |
| XYZ | 66.74 | 58.84 | 67.52 | - |
| YUV | 205.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 208 | 0 | 0.25 | 0.15 | 0.04 | 337.38 | 0.77 | 0.85 |
| Hex | F6 | B9 | D0 | 0 | 19 | F | 4 | 151 | 4D | 55 |
| Octal | 366 | 271 | 320 | 0 | 31 | 17 | 4 | 521 | 115 | 125 |
| Binary | 11110110 | 10111001 | 11010000 | 0 | 11001 | 1111 | 100 | 101010001 | 1001101 | 1010101 |
Color Harmonies of #F6B9D0
Complementary color
Monochromatic Colors of #F6B9D0
Black with #F6B9D0
Text Example
Text Example
White with #F6B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9D0; }
p { color: rgb(246,185,208); }
H1.HeaderClassName
{
color: #F6B9D0;
}
.AnyTagClassName
{
color: #F6B9D0;
}
</style>
background-color css
<style>
a { background-color: #F6B9D0; }
a { background-color: rgb(246,185,208); }
div.DivClassName
{
background-color: #F6B9D0;
}
.BgClassName
{
background-color: #F6B9D0;
}
</style>
border-color css
<style>
span { border-color: #F6B9D0; }
span { border-color: rgb(246,185,208); }
td.TdClassName
{
border-color: #F6B9D0;
}
.TagClassName
{
border-color: #F6B9D0;
}
</style>