Shades of Cotton Candy #F9BADF
Tints of Cotton Candy #F9BADF
RGB
CMYK
RGB Variations
Color information
#F9BADF (or 0xF9BADF) is known color: Cotton Candy. HEX triplet: F9, BA and DF. RGB value is (249,186,223). Sum of RGB (Red+Green+Blue) = 249+186+223=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BADF is #064520. Grayscale: #D0D0D0. Windows color (decimal): -410913 or 14662393. OLE color: 14662393.
HSL color Cylindrical-coordinate representation of color #F9BADF: hue angle of 324.76º 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 #F9BADF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 223 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 324.76º | 0.84% | 0.85% | - |
| HSV(B) | 324.76º | 0.25% | 0.98% | - |
| XYZ | 69.95 | 60.59 | 77.82 | - |
| YUV | 209.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 223 | 0 | 0.25 | 0.10 | 0.02 | 324.76 | 0.84 | 0.85 |
| Hex | F9 | BA | DF | 0 | 19 | A | 2 | 145 | 54 | 55 |
| Octal | 371 | 272 | 337 | 0 | 31 | 12 | 2 | 505 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11011111 | 0 | 11001 | 1010 | 10 | 101000101 | 1010100 | 1010101 |
Color Harmonies of #F9BADF
Complementary color
Monochromatic Colors of #F9BADF
Black with #F9BADF
Text Example
Text Example
White with #F9BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BADF; }
p { color: rgb(249,186,223); }
H1.HeaderClassName
{
color: #F9BADF;
}
.AnyTagClassName
{
color: #F9BADF;
}
</style>
background-color css
<style>
a { background-color: #F9BADF; }
a { background-color: rgb(249,186,223); }
div.DivClassName
{
background-color: #F9BADF;
}
.BgClassName
{
background-color: #F9BADF;
}
</style>
border-color css
<style>
span { border-color: #F9BADF; }
span { border-color: rgb(249,186,223); }
td.TdClassName
{
border-color: #F9BADF;
}
.TagClassName
{
border-color: #F9BADF;
}
</style>