Shades of Cotton Candy #F7BBDD
Tints of Cotton Candy #F7BBDD
RGB
CMYK
RGB Variations
Color information
#F7BBDD (or 0xF7BBDD) is known color: Cotton Candy. HEX triplet: F7, BB and DD. RGB value is (247,187,221). Sum of RGB (Red+Green+Blue) = 247+187+221=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBDD is #084422. Grayscale: #D0D0D0. Windows color (decimal): -541731 or 14531575. OLE color: 14531575.
HSL color Cylindrical-coordinate representation of color #F7BBDD: hue angle of 326º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBDD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 221 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.03 |
| HSL | 326º | 0.79% | 0.85% | - |
| HSV(B) | 326º | 0.24% | 0.97% | - |
| XYZ | 69.18 | 60.54 | 76.44 | - |
| YUV | 208.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 221 | 0 | 0.24 | 0.11 | 0.03 | 326 | 0.79 | 0.85 |
| Hex | F7 | BB | DD | 0 | 18 | B | 3 | 146 | 4F | 55 |
| Octal | 367 | 273 | 335 | 0 | 30 | 13 | 3 | 506 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11011101 | 0 | 11000 | 1011 | 11 | 101000110 | 1001111 | 1010101 |
Color Harmonies of #F7BBDD
Complementary color
Monochromatic Colors of #F7BBDD
Black with #F7BBDD
Text Example
Text Example
White with #F7BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBDD; }
p { color: rgb(247,187,221); }
H1.HeaderClassName
{
color: #F7BBDD;
}
.AnyTagClassName
{
color: #F7BBDD;
}
</style>
background-color css
<style>
a { background-color: #F7BBDD; }
a { background-color: rgb(247,187,221); }
div.DivClassName
{
background-color: #F7BBDD;
}
.BgClassName
{
background-color: #F7BBDD;
}
</style>
border-color css
<style>
span { border-color: #F7BBDD; }
span { border-color: rgb(247,187,221); }
td.TdClassName
{
border-color: #F7BBDD;
}
.TagClassName
{
border-color: #F7BBDD;
}
</style>