Shades of Cotton Candy #F9BBD5
Tints of Cotton Candy #F9BBD5
RGB
CMYK
RGB Variations
Color information
#F9BBD5 (or 0xF9BBD5) is known color: Cotton Candy. HEX triplet: F9, BB and D5. RGB value is (249,187,213). Sum of RGB (Red+Green+Blue) = 249+187+213=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD5 is #06442A. Grayscale: #D0D0D0. Windows color (decimal): -410667 or 14007289. OLE color: 14007289.
HSL color Cylindrical-coordinate representation of color #F9BBD5: hue angle of 334.84º 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 #F9BBD5 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 213 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.02 |
| HSL | 334.84º | 0.84% | 0.85% | - |
| HSV(B) | 334.84º | 0.25% | 0.98% | - |
| XYZ | 68.85 | 60.48 | 71 | - |
| YUV | 208.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 213 | 0 | 0.25 | 0.14 | 0.02 | 334.84 | 0.84 | 0.85 |
| Hex | F9 | BB | D5 | 0 | 19 | E | 2 | 14F | 54 | 55 |
| Octal | 371 | 273 | 325 | 0 | 31 | 16 | 2 | 517 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11010101 | 0 | 11001 | 1110 | 10 | 101001111 | 1010100 | 1010101 |
Color Harmonies of #F9BBD5
Complementary color
Monochromatic Colors of #F9BBD5
Black with #F9BBD5
Text Example
Text Example
White with #F9BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBD5; }
p { color: rgb(249,187,213); }
H1.HeaderClassName
{
color: #F9BBD5;
}
.AnyTagClassName
{
color: #F9BBD5;
}
</style>
background-color css
<style>
a { background-color: #F9BBD5; }
a { background-color: rgb(249,187,213); }
div.DivClassName
{
background-color: #F9BBD5;
}
.BgClassName
{
background-color: #F9BBD5;
}
</style>
border-color css
<style>
span { border-color: #F9BBD5; }
span { border-color: rgb(249,187,213); }
td.TdClassName
{
border-color: #F9BBD5;
}
.TagClassName
{
border-color: #F9BBD5;
}
</style>