Shades of Cotton Candy #F9BADB
Tints of Cotton Candy #F9BADB
RGB
CMYK
RGB Variations
Color information
#F9BADB (or 0xF9BADB) is known color: Cotton Candy. HEX triplet: F9, BA and DB. RGB value is (249,186,219). Sum of RGB (Red+Green+Blue) = 249+186+219=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BADB is #064524. Grayscale: #D0D0D0. Windows color (decimal): -410917 or 14400249. OLE color: 14400249.
HSL color Cylindrical-coordinate representation of color #F9BADB: hue angle of 328.57º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BADB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 219 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 328.57º | 0.84% | 0.85% | - |
| HSV(B) | 328.57º | 0.25% | 0.98% | - |
| XYZ | 69.41 | 60.37 | 75.01 | - |
| YUV | 208.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 219 | 0 | 0.25 | 0.12 | 0.02 | 328.57 | 0.84 | 0.85 |
| Hex | F9 | BA | DB | 0 | 19 | C | 2 | 149 | 54 | 55 |
| Octal | 371 | 272 | 333 | 0 | 31 | 14 | 2 | 511 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11011011 | 0 | 11001 | 1100 | 10 | 101001001 | 1010100 | 1010101 |
Color Harmonies of #F9BADB
Complementary color
Monochromatic Colors of #F9BADB
Black with #F9BADB
Text Example
Text Example
White with #F9BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BADB; }
p { color: rgb(249,186,219); }
H1.HeaderClassName
{
color: #F9BADB;
}
.AnyTagClassName
{
color: #F9BADB;
}
</style>
background-color css
<style>
a { background-color: #F9BADB; }
a { background-color: rgb(249,186,219); }
div.DivClassName
{
background-color: #F9BADB;
}
.BgClassName
{
background-color: #F9BADB;
}
</style>
border-color css
<style>
span { border-color: #F9BADB; }
span { border-color: rgb(249,186,219); }
td.TdClassName
{
border-color: #F9BADB;
}
.TagClassName
{
border-color: #F9BADB;
}
</style>