Shades of Cotton Candy #F6BDD7
Tints of Cotton Candy #F6BDD7
RGB
CMYK
RGB Variations
Color information
#F6BDD7 (or 0xF6BDD7) is known color: Cotton Candy. HEX triplet: F6, BD and D7. RGB value is (246,189,215). Sum of RGB (Red+Green+Blue) = 246+189+215=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDD7 is #094228. Grayscale: #D0D0D0. Windows color (decimal): -606761 or 14138870. OLE color: 14138870.
HSL color Cylindrical-coordinate representation of color #F6BDD7: hue angle of 332.63º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDD7 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 215 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.04 |
| HSL | 332.63º | 0.76% | 0.85% | - |
| HSV(B) | 332.63º | 0.23% | 0.96% | - |
| XYZ | 68.47 | 60.89 | 72.44 | - |
| YUV | 209.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 215 | 0 | 0.23 | 0.13 | 0.04 | 332.63 | 0.76 | 0.85 |
| Hex | F6 | BD | D7 | 0 | 17 | D | 4 | 14D | 4C | 55 |
| Octal | 366 | 275 | 327 | 0 | 27 | 15 | 4 | 515 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11010111 | 0 | 10111 | 1101 | 100 | 101001101 | 1001100 | 1010101 |
Color Harmonies of #F6BDD7
Complementary color
Monochromatic Colors of #F6BDD7
Black with #F6BDD7
Text Example
Text Example
White with #F6BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDD7; }
p { color: rgb(246,189,215); }
H1.HeaderClassName
{
color: #F6BDD7;
}
.AnyTagClassName
{
color: #F6BDD7;
}
</style>
background-color css
<style>
a { background-color: #F6BDD7; }
a { background-color: rgb(246,189,215); }
div.DivClassName
{
background-color: #F6BDD7;
}
.BgClassName
{
background-color: #F6BDD7;
}
</style>
border-color css
<style>
span { border-color: #F6BDD7; }
span { border-color: rgb(246,189,215); }
td.TdClassName
{
border-color: #F6BDD7;
}
.TagClassName
{
border-color: #F6BDD7;
}
</style>