Shades of Cotton Candy #F7BFD3
Tints of Cotton Candy #F7BFD3
RGB
CMYK
RGB Variations
Color information
#F7BFD3 (or 0xF7BFD3) is known color: Cotton Candy. HEX triplet: F7, BF and D3. RGB value is (247,191,211). Sum of RGB (Red+Green+Blue) = 247+191+211=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFD3 is #08402C. Grayscale: #D2D2D2. Windows color (decimal): -540717 or 13877239. OLE color: 13877239.
HSL color Cylindrical-coordinate representation of color #F7BFD3: hue angle of 338.57º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFD3 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 211 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.03 |
| HSL | 338.57º | 0.78% | 0.86% | - |
| HSV(B) | 338.57º | 0.23% | 0.97% | - |
| XYZ | 68.75 | 61.74 | 69.92 | - |
| YUV | 210.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 211 | 0 | 0.23 | 0.15 | 0.03 | 338.57 | 0.78 | 0.86 |
| Hex | F7 | BF | D3 | 0 | 17 | F | 3 | 153 | 4E | 56 |
| Octal | 367 | 277 | 323 | 0 | 27 | 17 | 3 | 523 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11010011 | 0 | 10111 | 1111 | 11 | 101010011 | 1001110 | 1010110 |
Color Harmonies of #F7BFD3
Complementary color
Monochromatic Colors of #F7BFD3
Black with #F7BFD3
Text Example
Text Example
White with #F7BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFD3; }
p { color: rgb(247,191,211); }
H1.HeaderClassName
{
color: #F7BFD3;
}
.AnyTagClassName
{
color: #F7BFD3;
}
</style>
background-color css
<style>
a { background-color: #F7BFD3; }
a { background-color: rgb(247,191,211); }
div.DivClassName
{
background-color: #F7BFD3;
}
.BgClassName
{
background-color: #F7BFD3;
}
</style>
border-color css
<style>
span { border-color: #F7BFD3; }
span { border-color: rgb(247,191,211); }
td.TdClassName
{
border-color: #F7BFD3;
}
.TagClassName
{
border-color: #F7BFD3;
}
</style>