Shades of Cotton Candy #F7BCDA
Tints of Cotton Candy #F7BCDA
RGB
CMYK
RGB Variations
Color information
#F7BCDA (or 0xF7BCDA) is known color: Cotton Candy. HEX triplet: F7, BC and DA. RGB value is (247,188,218). Sum of RGB (Red+Green+Blue) = 247+188+218=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCDA is #084325. Grayscale: #D0D0D0. Windows color (decimal): -541478 or 14335223. OLE color: 14335223.
HSL color Cylindrical-coordinate representation of color #F7BCDA: hue angle of 329.49º 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 #F7BCDA is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 218 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.03 |
| HSL | 329.49º | 0.79% | 0.85% | - |
| HSV(B) | 329.49º | 0.24% | 0.97% | - |
| XYZ | 69 | 60.8 | 74.43 | - |
| YUV | 209.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 218 | 0 | 0.24 | 0.12 | 0.03 | 329.49 | 0.79 | 0.85 |
| Hex | F7 | BC | DA | 0 | 18 | C | 3 | 149 | 4F | 55 |
| Octal | 367 | 274 | 332 | 0 | 30 | 14 | 3 | 511 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11011010 | 0 | 11000 | 1100 | 11 | 101001001 | 1001111 | 1010101 |
Color Harmonies of #F7BCDA
Complementary color
Monochromatic Colors of #F7BCDA
Black with #F7BCDA
Text Example
Text Example
White with #F7BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCDA; }
p { color: rgb(247,188,218); }
H1.HeaderClassName
{
color: #F7BCDA;
}
.AnyTagClassName
{
color: #F7BCDA;
}
</style>
background-color css
<style>
a { background-color: #F7BCDA; }
a { background-color: rgb(247,188,218); }
div.DivClassName
{
background-color: #F7BCDA;
}
.BgClassName
{
background-color: #F7BCDA;
}
</style>
border-color css
<style>
span { border-color: #F7BCDA; }
span { border-color: rgb(247,188,218); }
td.TdClassName
{
border-color: #F7BCDA;
}
.TagClassName
{
border-color: #F7BCDA;
}
</style>