Shades of Cotton Candy #F9BCDD
Tints of Cotton Candy #F9BCDD
RGB
CMYK
RGB Variations
Color information
#F9BCDD (or 0xF9BCDD) is known color: Cotton Candy. HEX triplet: F9, BC and DD. RGB value is (249,188,221). Sum of RGB (Red+Green+Blue) = 249+188+221=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCDD is #064322. Grayscale: #D1D1D1. Windows color (decimal): -410403 or 14531833. OLE color: 14531833.
HSL color Cylindrical-coordinate representation of color #F9BCDD: hue angle of 327.54º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCDD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 221 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.02 |
| HSL | 327.54º | 0.84% | 0.86% | - |
| HSV(B) | 327.54º | 0.24% | 0.98% | - |
| XYZ | 70.1 | 61.33 | 76.55 | - |
| YUV | 210 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 221 | 0 | 0.24 | 0.11 | 0.02 | 327.54 | 0.84 | 0.86 |
| Hex | F9 | BC | DD | 0 | 18 | B | 2 | 148 | 54 | 56 |
| Octal | 371 | 274 | 335 | 0 | 30 | 13 | 2 | 510 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11011101 | 0 | 11000 | 1011 | 10 | 101001000 | 1010100 | 1010110 |
Color Harmonies of #F9BCDD
Complementary color
Monochromatic Colors of #F9BCDD
Black with #F9BCDD
Text Example
Text Example
White with #F9BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCDD; }
p { color: rgb(249,188,221); }
H1.HeaderClassName
{
color: #F9BCDD;
}
.AnyTagClassName
{
color: #F9BCDD;
}
</style>
background-color css
<style>
a { background-color: #F9BCDD; }
a { background-color: rgb(249,188,221); }
div.DivClassName
{
background-color: #F9BCDD;
}
.BgClassName
{
background-color: #F9BCDD;
}
</style>
border-color css
<style>
span { border-color: #F9BCDD; }
span { border-color: rgb(249,188,221); }
td.TdClassName
{
border-color: #F9BCDD;
}
.TagClassName
{
border-color: #F9BCDD;
}
</style>