Shades of Cotton Candy #F6BED3
Tints of Cotton Candy #F6BED3
RGB
CMYK
RGB Variations
Color information
#F6BED3 (or 0xF6BED3) is known color: Cotton Candy. HEX triplet: F6, BE and D3. RGB value is (246,190,211). Sum of RGB (Red+Green+Blue) = 246+190+211=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED3 is #09412C. Grayscale: #D1D1D1. Windows color (decimal): -606509 or 13876982. OLE color: 13876982.
HSL color Cylindrical-coordinate representation of color #F6BED3: hue angle of 337.5º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BED3 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 211 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.04 |
| HSL | 337.5º | 0.76% | 0.85% | - |
| HSV(B) | 337.5º | 0.23% | 0.96% | - |
| XYZ | 68.18 | 61.12 | 69.83 | - |
| YUV | 209.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 211 | 0 | 0.23 | 0.14 | 0.04 | 337.5 | 0.76 | 0.85 |
| Hex | F6 | BE | D3 | 0 | 17 | E | 4 | 152 | 4C | 55 |
| Octal | 366 | 276 | 323 | 0 | 27 | 16 | 4 | 522 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11010011 | 0 | 10111 | 1110 | 100 | 101010010 | 1001100 | 1010101 |
Color Harmonies of #F6BED3
Complementary color
Monochromatic Colors of #F6BED3
Black with #F6BED3
Text Example
Text Example
White with #F6BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BED3; }
p { color: rgb(246,190,211); }
H1.HeaderClassName
{
color: #F6BED3;
}
.AnyTagClassName
{
color: #F6BED3;
}
</style>
background-color css
<style>
a { background-color: #F6BED3; }
a { background-color: rgb(246,190,211); }
div.DivClassName
{
background-color: #F6BED3;
}
.BgClassName
{
background-color: #F6BED3;
}
</style>
border-color css
<style>
span { border-color: #F6BED3; }
span { border-color: rgb(246,190,211); }
td.TdClassName
{
border-color: #F6BED3;
}
.TagClassName
{
border-color: #F6BED3;
}
</style>