Shades of Cotton Candy #F6B7CF
Tints of Cotton Candy #F6B7CF
RGB
CMYK
RGB Variations
Color information
#F6B7CF (or 0xF6B7CF) is known color: Cotton Candy. HEX triplet: F6, B7 and CF. RGB value is (246,183,207). Sum of RGB (Red+Green+Blue) = 246+183+207=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7CF is #094830. Grayscale: #CCCCCC. Windows color (decimal): -608305 or 13613046. OLE color: 13613046.
HSL color Cylindrical-coordinate representation of color #F6B7CF: hue angle of 337.14º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B7CF is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 207 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.04 |
| HSL | 337.14º | 0.78% | 0.84% | - |
| HSV(B) | 337.14º | 0.26% | 0.96% | - |
| XYZ | 66.2 | 57.96 | 66.73 | - |
| YUV | 204.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 207 | 0 | 0.26 | 0.16 | 0.04 | 337.14 | 0.78 | 0.84 |
| Hex | F6 | B7 | CF | 0 | 1A | 10 | 4 | 151 | 4E | 54 |
| Octal | 366 | 267 | 317 | 0 | 32 | 20 | 4 | 521 | 116 | 124 |
| Binary | 11110110 | 10110111 | 11001111 | 0 | 11010 | 10000 | 100 | 101010001 | 1001110 | 1010100 |
Color Harmonies of #F6B7CF
Complementary color
Monochromatic Colors of #F6B7CF
Black with #F6B7CF
Text Example
Text Example
White with #F6B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7CF; }
p { color: rgb(246,183,207); }
H1.HeaderClassName
{
color: #F6B7CF;
}
.AnyTagClassName
{
color: #F6B7CF;
}
</style>
background-color css
<style>
a { background-color: #F6B7CF; }
a { background-color: rgb(246,183,207); }
div.DivClassName
{
background-color: #F6B7CF;
}
.BgClassName
{
background-color: #F6B7CF;
}
</style>
border-color css
<style>
span { border-color: #F6B7CF; }
span { border-color: rgb(246,183,207); }
td.TdClassName
{
border-color: #F6B7CF;
}
.TagClassName
{
border-color: #F6B7CF;
}
</style>