Shades of Cotton Candy #F7BCD5
Tints of Cotton Candy #F7BCD5
RGB
CMYK
RGB Variations
Color information
#F7BCD5 (or 0xF7BCD5) is known color: Cotton Candy. HEX triplet: F7, BC and D5. RGB value is (247,188,213). Sum of RGB (Red+Green+Blue) = 247+188+213=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCD5 is #08432A. Grayscale: #D0D0D0. Windows color (decimal): -541483 or 14007543. OLE color: 14007543.
HSL color Cylindrical-coordinate representation of color #F7BCD5: hue angle of 334.58º 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 #F7BCD5 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 213 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.03 |
| HSL | 334.58º | 0.79% | 0.85% | - |
| HSV(B) | 334.58º | 0.24% | 0.97% | - |
| XYZ | 68.35 | 60.54 | 71.03 | - |
| YUV | 208.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 213 | 0 | 0.24 | 0.14 | 0.03 | 334.58 | 0.79 | 0.85 |
| Hex | F7 | BC | D5 | 0 | 18 | E | 3 | 14F | 4F | 55 |
| Octal | 367 | 274 | 325 | 0 | 30 | 16 | 3 | 517 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11010101 | 0 | 11000 | 1110 | 11 | 101001111 | 1001111 | 1010101 |
Color Harmonies of #F7BCD5
Complementary color
Monochromatic Colors of #F7BCD5
Black with #F7BCD5
Text Example
Text Example
White with #F7BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCD5; }
p { color: rgb(247,188,213); }
H1.HeaderClassName
{
color: #F7BCD5;
}
.AnyTagClassName
{
color: #F7BCD5;
}
</style>
background-color css
<style>
a { background-color: #F7BCD5; }
a { background-color: rgb(247,188,213); }
div.DivClassName
{
background-color: #F7BCD5;
}
.BgClassName
{
background-color: #F7BCD5;
}
</style>
border-color css
<style>
span { border-color: #F7BCD5; }
span { border-color: rgb(247,188,213); }
td.TdClassName
{
border-color: #F7BCD5;
}
.TagClassName
{
border-color: #F7BCD5;
}
</style>