Shades of Cotton Candy #F5BBD7
Tints of Cotton Candy #F5BBD7
RGB
CMYK
RGB Variations
Color information
#F5BBD7 (or 0xF5BBD7) is known color: Cotton Candy. HEX triplet: F5, BB and D7. RGB value is (245,187,215). Sum of RGB (Red+Green+Blue) = 245+187+215=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBD7 is #0A4428. Grayscale: #CFCFCF. Windows color (decimal): -672809 or 14138357. OLE color: 14138357.
HSL color Cylindrical-coordinate representation of color #F5BBD7: hue angle of 331.03º 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 #F5BBD7 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 215 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.04 |
| HSL | 331.03º | 0.74% | 0.85% | - |
| HSV(B) | 331.03º | 0.24% | 0.96% | - |
| XYZ | 67.69 | 59.86 | 72.28 | - |
| YUV | 207.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 215 | 0 | 0.24 | 0.12 | 0.04 | 331.03 | 0.74 | 0.85 |
| Hex | F5 | BB | D7 | 0 | 18 | C | 4 | 14B | 4A | 55 |
| Octal | 365 | 273 | 327 | 0 | 30 | 14 | 4 | 513 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11010111 | 0 | 11000 | 1100 | 100 | 101001011 | 1001010 | 1010101 |
Color Harmonies of #F5BBD7
Complementary color
Monochromatic Colors of #F5BBD7
Black with #F5BBD7
Text Example
Text Example
White with #F5BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBD7; }
p { color: rgb(245,187,215); }
H1.HeaderClassName
{
color: #F5BBD7;
}
.AnyTagClassName
{
color: #F5BBD7;
}
</style>
background-color css
<style>
a { background-color: #F5BBD7; }
a { background-color: rgb(245,187,215); }
div.DivClassName
{
background-color: #F5BBD7;
}
.BgClassName
{
background-color: #F5BBD7;
}
</style>
border-color css
<style>
span { border-color: #F5BBD7; }
span { border-color: rgb(245,187,215); }
td.TdClassName
{
border-color: #F5BBD7;
}
.TagClassName
{
border-color: #F5BBD7;
}
</style>