Shades of Cotton Candy #F6BCD1
Tints of Cotton Candy #F6BCD1
RGB
CMYK
RGB Variations
Color information
#F6BCD1 (or 0xF6BCD1) is known color: Cotton Candy. HEX triplet: F6, BC and D1. RGB value is (246,188,209). Sum of RGB (Red+Green+Blue) = 246+188+209=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCD1 is #09432E. Grayscale: #CFCFCF. Windows color (decimal): -607023 or 13745398. OLE color: 13745398.
HSL color Cylindrical-coordinate representation of color #F6BCD1: hue angle of 338.28º 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 #F6BCD1 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 209 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.04 |
| HSL | 338.28º | 0.76% | 0.85% | - |
| HSV(B) | 338.28º | 0.24% | 0.96% | - |
| XYZ | 67.5 | 60.16 | 68.38 | - |
| YUV | 207.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 209 | 0 | 0.24 | 0.15 | 0.04 | 338.28 | 0.76 | 0.85 |
| Hex | F6 | BC | D1 | 0 | 18 | F | 4 | 152 | 4C | 55 |
| Octal | 366 | 274 | 321 | 0 | 30 | 17 | 4 | 522 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11010001 | 0 | 11000 | 1111 | 100 | 101010010 | 1001100 | 1010101 |
Color Harmonies of #F6BCD1
Complementary color
Monochromatic Colors of #F6BCD1
Black with #F6BCD1
Text Example
Text Example
White with #F6BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCD1; }
p { color: rgb(246,188,209); }
H1.HeaderClassName
{
color: #F6BCD1;
}
.AnyTagClassName
{
color: #F6BCD1;
}
</style>
background-color css
<style>
a { background-color: #F6BCD1; }
a { background-color: rgb(246,188,209); }
div.DivClassName
{
background-color: #F6BCD1;
}
.BgClassName
{
background-color: #F6BCD1;
}
</style>
border-color css
<style>
span { border-color: #F6BCD1; }
span { border-color: rgb(246,188,209); }
td.TdClassName
{
border-color: #F6BCD1;
}
.TagClassName
{
border-color: #F6BCD1;
}
</style>