Shades of Cotton Candy #F5BADA
Tints of Cotton Candy #F5BADA
RGB
CMYK
RGB Variations
Color information
#F5BADA (or 0xF5BADA) is known color: Cotton Candy. HEX triplet: F5, BA and DA. RGB value is (245,186,218). Sum of RGB (Red+Green+Blue) = 245+186+218=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BADA is #0A4525. Grayscale: #CFCFCF. Windows color (decimal): -673062 or 14334709. OLE color: 14334709.
HSL color Cylindrical-coordinate representation of color #F5BADA: hue angle of 327.46º degrees, saturation: 0.75, 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 #F5BADA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 218 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.04 |
| HSL | 327.46º | 0.75% | 0.85% | - |
| HSV(B) | 327.46º | 0.24% | 0.96% | - |
| XYZ | 67.87 | 59.59 | 74.25 | - |
| YUV | 207.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 218 | 0 | 0.24 | 0.11 | 0.04 | 327.46 | 0.75 | 0.85 |
| Hex | F5 | BA | DA | 0 | 18 | B | 4 | 147 | 4B | 55 |
| Octal | 365 | 272 | 332 | 0 | 30 | 13 | 4 | 507 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11011010 | 0 | 11000 | 1011 | 100 | 101000111 | 1001011 | 1010101 |
Color Harmonies of #F5BADA
Complementary color
Monochromatic Colors of #F5BADA
Black with #F5BADA
Text Example
Text Example
White with #F5BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BADA; }
p { color: rgb(245,186,218); }
H1.HeaderClassName
{
color: #F5BADA;
}
.AnyTagClassName
{
color: #F5BADA;
}
</style>
background-color css
<style>
a { background-color: #F5BADA; }
a { background-color: rgb(245,186,218); }
div.DivClassName
{
background-color: #F5BADA;
}
.BgClassName
{
background-color: #F5BADA;
}
</style>
border-color css
<style>
span { border-color: #F5BADA; }
span { border-color: rgb(245,186,218); }
td.TdClassName
{
border-color: #F5BADA;
}
.TagClassName
{
border-color: #F5BADA;
}
</style>