Shades of Cotton Candy #F6BCD0
Tints of Cotton Candy #F6BCD0
RGB
CMYK
RGB Variations
Color information
#F6BCD0 (or 0xF6BCD0) is known color: Cotton Candy. HEX triplet: F6, BC and D0. RGB value is (246,188,208). Sum of RGB (Red+Green+Blue) = 246+188+208=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCD0 is #09432F. Grayscale: #CFCFCF. Windows color (decimal): -607024 or 13679862. OLE color: 13679862.
HSL color Cylindrical-coordinate representation of color #F6BCD0: hue angle of 339.31º 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 #F6BCD0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 208 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.04 |
| HSL | 339.31º | 0.76% | 0.85% | - |
| HSV(B) | 339.31º | 0.24% | 0.96% | - |
| XYZ | 67.37 | 60.11 | 67.73 | - |
| YUV | 207.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 208 | 0 | 0.24 | 0.15 | 0.04 | 339.31 | 0.76 | 0.85 |
| Hex | F6 | BC | D0 | 0 | 18 | F | 4 | 153 | 4C | 55 |
| Octal | 366 | 274 | 320 | 0 | 30 | 17 | 4 | 523 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11010000 | 0 | 11000 | 1111 | 100 | 101010011 | 1001100 | 1010101 |
Color Harmonies of #F6BCD0
Complementary color
Monochromatic Colors of #F6BCD0
Black with #F6BCD0
Text Example
Text Example
White with #F6BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCD0; }
p { color: rgb(246,188,208); }
H1.HeaderClassName
{
color: #F6BCD0;
}
.AnyTagClassName
{
color: #F6BCD0;
}
</style>
background-color css
<style>
a { background-color: #F6BCD0; }
a { background-color: rgb(246,188,208); }
div.DivClassName
{
background-color: #F6BCD0;
}
.BgClassName
{
background-color: #F6BCD0;
}
</style>
border-color css
<style>
span { border-color: #F6BCD0; }
span { border-color: rgb(246,188,208); }
td.TdClassName
{
border-color: #F6BCD0;
}
.TagClassName
{
border-color: #F6BCD0;
}
</style>