Shades of Cotton Candy #F5BBD9
Tints of Cotton Candy #F5BBD9
RGB
CMYK
RGB Variations
Color information
#F5BBD9 (or 0xF5BBD9) is known color: Cotton Candy. HEX triplet: F5, BB and D9. RGB value is (245,187,217). Sum of RGB (Red+Green+Blue) = 245+187+217=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBD9 is #0A4426. Grayscale: #CFCFCF. Windows color (decimal): -672807 or 14269429. OLE color: 14269429.
HSL color Cylindrical-coordinate representation of color #F5BBD9: hue angle of 328.97º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBD9 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 217 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.04 |
| HSL | 328.97º | 0.74% | 0.85% | - |
| HSV(B) | 328.97º | 0.24% | 0.96% | - |
| XYZ | 67.95 | 59.96 | 73.64 | - |
| YUV | 207.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 217 | 0 | 0.24 | 0.11 | 0.04 | 328.97 | 0.74 | 0.85 |
| Hex | F5 | BB | D9 | 0 | 18 | B | 4 | 149 | 4A | 55 |
| Octal | 365 | 273 | 331 | 0 | 30 | 13 | 4 | 511 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11011001 | 0 | 11000 | 1011 | 100 | 101001001 | 1001010 | 1010101 |
Color Harmonies of #F5BBD9
Complementary color
Monochromatic Colors of #F5BBD9
Black with #F5BBD9
Text Example
Text Example
White with #F5BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBD9; }
p { color: rgb(245,187,217); }
H1.HeaderClassName
{
color: #F5BBD9;
}
.AnyTagClassName
{
color: #F5BBD9;
}
</style>
background-color css
<style>
a { background-color: #F5BBD9; }
a { background-color: rgb(245,187,217); }
div.DivClassName
{
background-color: #F5BBD9;
}
.BgClassName
{
background-color: #F5BBD9;
}
</style>
border-color css
<style>
span { border-color: #F5BBD9; }
span { border-color: rgb(245,187,217); }
td.TdClassName
{
border-color: #F5BBD9;
}
.TagClassName
{
border-color: #F5BBD9;
}
</style>