Shades of Cotton Candy #F9BBD0
Tints of Cotton Candy #F9BBD0
RGB
CMYK
RGB Variations
Color information
#F9BBD0 (or 0xF9BBD0) is known color: Cotton Candy. HEX triplet: F9, BB and D0. RGB value is (249,187,208). Sum of RGB (Red+Green+Blue) = 249+187+208=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD0 is #06442F. Grayscale: #CFCFCF. Windows color (decimal): -410672 or 13679609. OLE color: 13679609.
HSL color Cylindrical-coordinate representation of color #F9BBD0: hue angle of 339.68º 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 #F9BBD0 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 208 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.02 |
| HSL | 339.68º | 0.84% | 0.85% | - |
| HSV(B) | 339.68º | 0.25% | 0.98% | - |
| XYZ | 68.22 | 60.23 | 67.71 | - |
| YUV | 207.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 208 | 0 | 0.25 | 0.16 | 0.02 | 339.68 | 0.84 | 0.85 |
| Hex | F9 | BB | D0 | 0 | 19 | 10 | 2 | 154 | 54 | 55 |
| Octal | 371 | 273 | 320 | 0 | 31 | 20 | 2 | 524 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11010000 | 0 | 11001 | 10000 | 10 | 101010100 | 1010100 | 1010101 |
Color Harmonies of #F9BBD0
Complementary color
Monochromatic Colors of #F9BBD0
Black with #F9BBD0
Text Example
Text Example
White with #F9BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBD0; }
p { color: rgb(249,187,208); }
H1.HeaderClassName
{
color: #F9BBD0;
}
.AnyTagClassName
{
color: #F9BBD0;
}
</style>
background-color css
<style>
a { background-color: #F9BBD0; }
a { background-color: rgb(249,187,208); }
div.DivClassName
{
background-color: #F9BBD0;
}
.BgClassName
{
background-color: #F9BBD0;
}
</style>
border-color css
<style>
span { border-color: #F9BBD0; }
span { border-color: rgb(249,187,208); }
td.TdClassName
{
border-color: #F9BBD0;
}
.TagClassName
{
border-color: #F9BBD0;
}
</style>