Shades of Cotton Candy #F9BCDB
Tints of Cotton Candy #F9BCDB
RGB
CMYK
RGB Variations
Color information
#F9BCDB (or 0xF9BCDB) is known color: Cotton Candy. HEX triplet: F9, BC and DB. RGB value is (249,188,219). Sum of RGB (Red+Green+Blue) = 249+188+219=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCDB is #064324. Grayscale: #D1D1D1. Windows color (decimal): -410405 or 14400761. OLE color: 14400761.
HSL color Cylindrical-coordinate representation of color #F9BCDB: hue angle of 329.51º 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 #F9BCDB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 219 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.02 |
| HSL | 329.51º | 0.84% | 0.86% | - |
| HSV(B) | 329.51º | 0.24% | 0.98% | - |
| XYZ | 69.84 | 61.22 | 75.15 | - |
| YUV | 209.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 219 | 0 | 0.24 | 0.12 | 0.02 | 329.51 | 0.84 | 0.86 |
| Hex | F9 | BC | DB | 0 | 18 | C | 2 | 14A | 54 | 56 |
| Octal | 371 | 274 | 333 | 0 | 30 | 14 | 2 | 512 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11011011 | 0 | 11000 | 1100 | 10 | 101001010 | 1010100 | 1010110 |
Color Harmonies of #F9BCDB
Complementary color
Monochromatic Colors of #F9BCDB
Black with #F9BCDB
Text Example
Text Example
White with #F9BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCDB; }
p { color: rgb(249,188,219); }
H1.HeaderClassName
{
color: #F9BCDB;
}
.AnyTagClassName
{
color: #F9BCDB;
}
</style>
background-color css
<style>
a { background-color: #F9BCDB; }
a { background-color: rgb(249,188,219); }
div.DivClassName
{
background-color: #F9BCDB;
}
.BgClassName
{
background-color: #F9BCDB;
}
</style>
border-color css
<style>
span { border-color: #F9BCDB; }
span { border-color: rgb(249,188,219); }
td.TdClassName
{
border-color: #F9BCDB;
}
.TagClassName
{
border-color: #F9BCDB;
}
</style>