Shades of Cotton Candy #F7BED5
Tints of Cotton Candy #F7BED5
RGB
CMYK
RGB Variations
Color information
#F7BED5 (or 0xF7BED5) is known color: Cotton Candy. HEX triplet: F7, BE and D5. RGB value is (247,190,213). Sum of RGB (Red+Green+Blue) = 247+190+213=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED5 is #08412A. Grayscale: #D1D1D1. Windows color (decimal): -540971 or 14008055. OLE color: 14008055.
HSL color Cylindrical-coordinate representation of color #F7BED5: hue angle of 335.79º 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 #F7BED5 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 213 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.03 |
| HSL | 335.79º | 0.78% | 0.86% | - |
| HSV(B) | 335.79º | 0.23% | 0.97% | - |
| XYZ | 68.78 | 61.41 | 71.18 | - |
| YUV | 209.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 213 | 0 | 0.23 | 0.14 | 0.03 | 335.79 | 0.78 | 0.86 |
| Hex | F7 | BE | D5 | 0 | 17 | E | 3 | 150 | 4E | 56 |
| Octal | 367 | 276 | 325 | 0 | 27 | 16 | 3 | 520 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11010101 | 0 | 10111 | 1110 | 11 | 101010000 | 1001110 | 1010110 |
Color Harmonies of #F7BED5
Complementary color
Monochromatic Colors of #F7BED5
Black with #F7BED5
Text Example
Text Example
White with #F7BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BED5; }
p { color: rgb(247,190,213); }
H1.HeaderClassName
{
color: #F7BED5;
}
.AnyTagClassName
{
color: #F7BED5;
}
</style>
background-color css
<style>
a { background-color: #F7BED5; }
a { background-color: rgb(247,190,213); }
div.DivClassName
{
background-color: #F7BED5;
}
.BgClassName
{
background-color: #F7BED5;
}
</style>
border-color css
<style>
span { border-color: #F7BED5; }
span { border-color: rgb(247,190,213); }
td.TdClassName
{
border-color: #F7BED5;
}
.TagClassName
{
border-color: #F7BED5;
}
</style>