Shades of Cotton Candy #F7BCD7
Tints of Cotton Candy #F7BCD7
RGB
CMYK
RGB Variations
Color information
#F7BCD7 (or 0xF7BCD7) is known color: Cotton Candy. HEX triplet: F7, BC and D7. RGB value is (247,188,215). Sum of RGB (Red+Green+Blue) = 247+188+215=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCD7 is #084328. Grayscale: #D0D0D0. Windows color (decimal): -541481 or 14138615. OLE color: 14138615.
HSL color Cylindrical-coordinate representation of color #F7BCD7: hue angle of 332.54º 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 #F7BCD7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 215 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.03 |
| HSL | 332.54º | 0.79% | 0.85% | - |
| HSV(B) | 332.54º | 0.24% | 0.97% | - |
| XYZ | 68.61 | 60.65 | 72.38 | - |
| YUV | 208.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 215 | 0 | 0.24 | 0.13 | 0.03 | 332.54 | 0.79 | 0.85 |
| Hex | F7 | BC | D7 | 0 | 18 | D | 3 | 14D | 4F | 55 |
| Octal | 367 | 274 | 327 | 0 | 30 | 15 | 3 | 515 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11010111 | 0 | 11000 | 1101 | 11 | 101001101 | 1001111 | 1010101 |
Color Harmonies of #F7BCD7
Complementary color
Monochromatic Colors of #F7BCD7
Black with #F7BCD7
Text Example
Text Example
White with #F7BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCD7; }
p { color: rgb(247,188,215); }
H1.HeaderClassName
{
color: #F7BCD7;
}
.AnyTagClassName
{
color: #F7BCD7;
}
</style>
background-color css
<style>
a { background-color: #F7BCD7; }
a { background-color: rgb(247,188,215); }
div.DivClassName
{
background-color: #F7BCD7;
}
.BgClassName
{
background-color: #F7BCD7;
}
</style>
border-color css
<style>
span { border-color: #F7BCD7; }
span { border-color: rgb(247,188,215); }
td.TdClassName
{
border-color: #F7BCD7;
}
.TagClassName
{
border-color: #F7BCD7;
}
</style>