Shades of Cotton Candy #F7BED4
Tints of Cotton Candy #F7BED4
RGB
CMYK
RGB Variations
Color information
#F7BED4 (or 0xF7BED4) is known color: Cotton Candy. HEX triplet: F7, BE and D4. RGB value is (247,190,212). Sum of RGB (Red+Green+Blue) = 247+190+212=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED4 is #08412B. Grayscale: #D1D1D1. Windows color (decimal): -540972 or 13942519. OLE color: 13942519.
HSL color Cylindrical-coordinate representation of color #F7BED4: hue angle of 336.84º 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 #F7BED4 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 212 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.03 |
| HSL | 336.84º | 0.78% | 0.86% | - |
| HSV(B) | 336.84º | 0.23% | 0.97% | - |
| XYZ | 68.65 | 61.35 | 70.51 | - |
| YUV | 209.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 212 | 0 | 0.23 | 0.14 | 0.03 | 336.84 | 0.78 | 0.86 |
| Hex | F7 | BE | D4 | 0 | 17 | E | 3 | 151 | 4E | 56 |
| Octal | 367 | 276 | 324 | 0 | 27 | 16 | 3 | 521 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11010100 | 0 | 10111 | 1110 | 11 | 101010001 | 1001110 | 1010110 |
Color Harmonies of #F7BED4
Complementary color
Monochromatic Colors of #F7BED4
Black with #F7BED4
Text Example
Text Example
White with #F7BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BED4; }
p { color: rgb(247,190,212); }
H1.HeaderClassName
{
color: #F7BED4;
}
.AnyTagClassName
{
color: #F7BED4;
}
</style>
background-color css
<style>
a { background-color: #F7BED4; }
a { background-color: rgb(247,190,212); }
div.DivClassName
{
background-color: #F7BED4;
}
.BgClassName
{
background-color: #F7BED4;
}
</style>
border-color css
<style>
span { border-color: #F7BED4; }
span { border-color: rgb(247,190,212); }
td.TdClassName
{
border-color: #F7BED4;
}
.TagClassName
{
border-color: #F7BED4;
}
</style>