Shades of Cotton Candy #F6B8CF
Tints of Cotton Candy #F6B8CF
RGB
CMYK
RGB Variations
Color information
#F6B8CF (or 0xF6B8CF) is known color: Cotton Candy. HEX triplet: F6, B8 and CF. RGB value is (246,184,207). Sum of RGB (Red+Green+Blue) = 246+184+207=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8CF is #094730. Grayscale: #CDCDCD. Windows color (decimal): -608049 or 13613302. OLE color: 13613302.
HSL color Cylindrical-coordinate representation of color #F6B8CF: hue angle of 337.74º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B8CF is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 207 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.04 |
| HSL | 337.74º | 0.78% | 0.84% | - |
| HSV(B) | 337.74º | 0.25% | 0.96% | - |
| XYZ | 66.41 | 58.38 | 66.8 | - |
| YUV | 205.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 207 | 0 | 0.25 | 0.16 | 0.04 | 337.74 | 0.78 | 0.84 |
| Hex | F6 | B8 | CF | 0 | 19 | 10 | 4 | 152 | 4E | 54 |
| Octal | 366 | 270 | 317 | 0 | 31 | 20 | 4 | 522 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11001111 | 0 | 11001 | 10000 | 100 | 101010010 | 1001110 | 1010100 |
Color Harmonies of #F6B8CF
Complementary color
Monochromatic Colors of #F6B8CF
Black with #F6B8CF
Text Example
Text Example
White with #F6B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8CF; }
p { color: rgb(246,184,207); }
H1.HeaderClassName
{
color: #F6B8CF;
}
.AnyTagClassName
{
color: #F6B8CF;
}
</style>
background-color css
<style>
a { background-color: #F6B8CF; }
a { background-color: rgb(246,184,207); }
div.DivClassName
{
background-color: #F6B8CF;
}
.BgClassName
{
background-color: #F6B8CF;
}
</style>
border-color css
<style>
span { border-color: #F6B8CF; }
span { border-color: rgb(246,184,207); }
td.TdClassName
{
border-color: #F6B8CF;
}
.TagClassName
{
border-color: #F6B8CF;
}
</style>