Shades of Cotton Candy #F7BADB
Tints of Cotton Candy #F7BADB
RGB
CMYK
RGB Variations
Color information
#F7BADB (or 0xF7BADB) is known color: Cotton Candy. HEX triplet: F7, BA and DB. RGB value is (247,186,219). Sum of RGB (Red+Green+Blue) = 247+186+219=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADB is #084524. Grayscale: #CFCFCF. Windows color (decimal): -541989 or 14400247. OLE color: 14400247.
HSL color Cylindrical-coordinate representation of color #F7BADB: hue angle of 327.54º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BADB is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 219 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.03 |
| HSL | 327.54º | 0.79% | 0.85% | - |
| HSV(B) | 327.54º | 0.25% | 0.97% | - |
| XYZ | 68.7 | 60.01 | 74.98 | - |
| YUV | 208 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 219 | 0 | 0.25 | 0.11 | 0.03 | 327.54 | 0.79 | 0.85 |
| Hex | F7 | BA | DB | 0 | 19 | B | 3 | 148 | 4F | 55 |
| Octal | 367 | 272 | 333 | 0 | 31 | 13 | 3 | 510 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11011011 | 0 | 11001 | 1011 | 11 | 101001000 | 1001111 | 1010101 |
Color Harmonies of #F7BADB
Complementary color
Monochromatic Colors of #F7BADB
Black with #F7BADB
Text Example
Text Example
White with #F7BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BADB; }
p { color: rgb(247,186,219); }
H1.HeaderClassName
{
color: #F7BADB;
}
.AnyTagClassName
{
color: #F7BADB;
}
</style>
background-color css
<style>
a { background-color: #F7BADB; }
a { background-color: rgb(247,186,219); }
div.DivClassName
{
background-color: #F7BADB;
}
.BgClassName
{
background-color: #F7BADB;
}
</style>
border-color css
<style>
span { border-color: #F7BADB; }
span { border-color: rgb(247,186,219); }
td.TdClassName
{
border-color: #F7BADB;
}
.TagClassName
{
border-color: #F7BADB;
}
</style>