Shades of Cotton Candy #F7BADA
Tints of Cotton Candy #F7BADA
RGB
CMYK
RGB Variations
Color information
#F7BADA (or 0xF7BADA) is known color: Cotton Candy. HEX triplet: F7, BA and DA. RGB value is (247,186,218). Sum of RGB (Red+Green+Blue) = 247+186+218=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADA is #084525. Grayscale: #CFCFCF. Windows color (decimal): -541990 or 14334711. OLE color: 14334711.
HSL color Cylindrical-coordinate representation of color #F7BADA: hue angle of 328.52º 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 #F7BADA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 218 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.03 |
| HSL | 328.52º | 0.79% | 0.85% | - |
| HSV(B) | 328.52º | 0.25% | 0.97% | - |
| XYZ | 68.57 | 59.95 | 74.29 | - |
| YUV | 207.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 218 | 0 | 0.25 | 0.12 | 0.03 | 328.52 | 0.79 | 0.85 |
| Hex | F7 | BA | DA | 0 | 19 | C | 3 | 149 | 4F | 55 |
| Octal | 367 | 272 | 332 | 0 | 31 | 14 | 3 | 511 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11011010 | 0 | 11001 | 1100 | 11 | 101001001 | 1001111 | 1010101 |
Color Harmonies of #F7BADA
Complementary color
Monochromatic Colors of #F7BADA
Black with #F7BADA
Text Example
Text Example
White with #F7BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BADA; }
p { color: rgb(247,186,218); }
H1.HeaderClassName
{
color: #F7BADA;
}
.AnyTagClassName
{
color: #F7BADA;
}
</style>
background-color css
<style>
a { background-color: #F7BADA; }
a { background-color: rgb(247,186,218); }
div.DivClassName
{
background-color: #F7BADA;
}
.BgClassName
{
background-color: #F7BADA;
}
</style>
border-color css
<style>
span { border-color: #F7BADA; }
span { border-color: rgb(247,186,218); }
td.TdClassName
{
border-color: #F7BADA;
}
.TagClassName
{
border-color: #F7BADA;
}
</style>