Shades of Cotton Candy #F9BCD0
Tints of Cotton Candy #F9BCD0
RGB
CMYK
RGB Variations
Color information
#F9BCD0 (or 0xF9BCD0) is known color: Cotton Candy. HEX triplet: F9, BC and D0. RGB value is (249,188,208). Sum of RGB (Red+Green+Blue) = 249+188+208=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD0 is #06432F. Grayscale: #D0D0D0. Windows color (decimal): -410416 or 13679865. OLE color: 13679865.
HSL color Cylindrical-coordinate representation of color #F9BCD0: hue angle of 340.33º 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 #F9BCD0 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 208 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.02 |
| HSL | 340.33º | 0.84% | 0.86% | - |
| HSV(B) | 340.33º | 0.24% | 0.98% | - |
| XYZ | 68.44 | 60.66 | 67.78 | - |
| YUV | 208.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 208 | 0 | 0.24 | 0.16 | 0.02 | 340.33 | 0.84 | 0.86 |
| Hex | F9 | BC | D0 | 0 | 18 | 10 | 2 | 154 | 54 | 56 |
| Octal | 371 | 274 | 320 | 0 | 30 | 20 | 2 | 524 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11010000 | 0 | 11000 | 10000 | 10 | 101010100 | 1010100 | 1010110 |
Color Harmonies of #F9BCD0
Complementary color
Monochromatic Colors of #F9BCD0
Black with #F9BCD0
Text Example
Text Example
White with #F9BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCD0; }
p { color: rgb(249,188,208); }
H1.HeaderClassName
{
color: #F9BCD0;
}
.AnyTagClassName
{
color: #F9BCD0;
}
</style>
background-color css
<style>
a { background-color: #F9BCD0; }
a { background-color: rgb(249,188,208); }
div.DivClassName
{
background-color: #F9BCD0;
}
.BgClassName
{
background-color: #F9BCD0;
}
</style>
border-color css
<style>
span { border-color: #F9BCD0; }
span { border-color: rgb(249,188,208); }
td.TdClassName
{
border-color: #F9BCD0;
}
.TagClassName
{
border-color: #F9BCD0;
}
</style>