Shades of Cotton Candy #F6BCD7
Tints of Cotton Candy #F6BCD7
RGB
CMYK
RGB Variations
Color information
#F6BCD7 (or 0xF6BCD7) is known color: Cotton Candy. HEX triplet: F6, BC and D7. RGB value is (246,188,215). Sum of RGB (Red+Green+Blue) = 246+188+215=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCD7 is #094328. Grayscale: #D0D0D0. Windows color (decimal): -607017 or 14138614. OLE color: 14138614.
HSL color Cylindrical-coordinate representation of color #F6BCD7: hue angle of 332.07º degrees, saturation: 0.76, 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 #F6BCD7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 215 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.04 |
| HSL | 332.07º | 0.76% | 0.85% | - |
| HSV(B) | 332.07º | 0.24% | 0.96% | - |
| XYZ | 68.26 | 60.47 | 72.36 | - |
| YUV | 208.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 215 | 0 | 0.24 | 0.13 | 0.04 | 332.07 | 0.76 | 0.85 |
| Hex | F6 | BC | D7 | 0 | 18 | D | 4 | 14C | 4C | 55 |
| Octal | 366 | 274 | 327 | 0 | 30 | 15 | 4 | 514 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11010111 | 0 | 11000 | 1101 | 100 | 101001100 | 1001100 | 1010101 |
Color Harmonies of #F6BCD7
Complementary color
Monochromatic Colors of #F6BCD7
Black with #F6BCD7
Text Example
Text Example
White with #F6BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCD7; }
p { color: rgb(246,188,215); }
H1.HeaderClassName
{
color: #F6BCD7;
}
.AnyTagClassName
{
color: #F6BCD7;
}
</style>
background-color css
<style>
a { background-color: #F6BCD7; }
a { background-color: rgb(246,188,215); }
div.DivClassName
{
background-color: #F6BCD7;
}
.BgClassName
{
background-color: #F6BCD7;
}
</style>
border-color css
<style>
span { border-color: #F6BCD7; }
span { border-color: rgb(246,188,215); }
td.TdClassName
{
border-color: #F6BCD7;
}
.TagClassName
{
border-color: #F6BCD7;
}
</style>