Shades of Cotton Candy #F9BCCF
Tints of Cotton Candy #F9BCCF
RGB
CMYK
RGB Variations
Color information
#F9BCCF (or 0xF9BCCF) is known color: Cotton Candy. HEX triplet: F9, BC and CF. RGB value is (249,188,207). Sum of RGB (Red+Green+Blue) = 249+188+207=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCCF is #064330. Grayscale: #D0D0D0. Windows color (decimal): -410417 or 13614329. OLE color: 13614329.
HSL color Cylindrical-coordinate representation of color #F9BCCF: hue angle of 341.31º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCCF is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 207 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.02 |
| HSL | 341.31º | 0.84% | 0.86% | - |
| HSV(B) | 341.31º | 0.24% | 0.98% | - |
| XYZ | 68.31 | 60.61 | 67.13 | - |
| YUV | 208.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 207 | 0 | 0.24 | 0.17 | 0.02 | 341.31 | 0.84 | 0.86 |
| Hex | F9 | BC | CF | 0 | 18 | 11 | 2 | 155 | 54 | 56 |
| Octal | 371 | 274 | 317 | 0 | 30 | 21 | 2 | 525 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11001111 | 0 | 11000 | 10001 | 10 | 101010101 | 1010100 | 1010110 |
Color Harmonies of #F9BCCF
Complementary color
Monochromatic Colors of #F9BCCF
Black with #F9BCCF
Text Example
Text Example
White with #F9BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCCF; }
p { color: rgb(249,188,207); }
H1.HeaderClassName
{
color: #F9BCCF;
}
.AnyTagClassName
{
color: #F9BCCF;
}
</style>
background-color css
<style>
a { background-color: #F9BCCF; }
a { background-color: rgb(249,188,207); }
div.DivClassName
{
background-color: #F9BCCF;
}
.BgClassName
{
background-color: #F9BCCF;
}
</style>
border-color css
<style>
span { border-color: #F9BCCF; }
span { border-color: rgb(249,188,207); }
td.TdClassName
{
border-color: #F9BCCF;
}
.TagClassName
{
border-color: #F9BCCF;
}
</style>