Shades of Cotton Candy #F6BBD5
Tints of Cotton Candy #F6BBD5
RGB
CMYK
RGB Variations
Color information
#F6BBD5 (or 0xF6BBD5) is known color: Cotton Candy. HEX triplet: F6, BB and D5. RGB value is (246,187,213). Sum of RGB (Red+Green+Blue) = 246+187+213=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBD5 is #09442A. Grayscale: #CFCFCF. Windows color (decimal): -607275 or 14007286. OLE color: 14007286.
HSL color Cylindrical-coordinate representation of color #F6BBD5: hue angle of 333.56º degrees, saturation: 0.77, 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 #F6BBD5 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 213 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.04 |
| HSL | 333.56º | 0.77% | 0.85% | - |
| HSV(B) | 333.56º | 0.24% | 0.96% | - |
| XYZ | 67.79 | 59.94 | 70.95 | - |
| YUV | 207.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 213 | 0 | 0.24 | 0.13 | 0.04 | 333.56 | 0.77 | 0.85 |
| Hex | F6 | BB | D5 | 0 | 18 | D | 4 | 14E | 4D | 55 |
| Octal | 366 | 273 | 325 | 0 | 30 | 15 | 4 | 516 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11010101 | 0 | 11000 | 1101 | 100 | 101001110 | 1001101 | 1010101 |
Color Harmonies of #F6BBD5
Complementary color
Monochromatic Colors of #F6BBD5
Black with #F6BBD5
Text Example
Text Example
White with #F6BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBD5; }
p { color: rgb(246,187,213); }
H1.HeaderClassName
{
color: #F6BBD5;
}
.AnyTagClassName
{
color: #F6BBD5;
}
</style>
background-color css
<style>
a { background-color: #F6BBD5; }
a { background-color: rgb(246,187,213); }
div.DivClassName
{
background-color: #F6BBD5;
}
.BgClassName
{
background-color: #F6BBD5;
}
</style>
border-color css
<style>
span { border-color: #F6BBD5; }
span { border-color: rgb(246,187,213); }
td.TdClassName
{
border-color: #F6BBD5;
}
.TagClassName
{
border-color: #F6BBD5;
}
</style>