Shades of Cotton Candy #F9BCD8
Tints of Cotton Candy #F9BCD8
RGB
CMYK
RGB Variations
Color information
#F9BCD8 (or 0xF9BCD8) is known color: Cotton Candy. HEX triplet: F9, BC and D8. RGB value is (249,188,216). Sum of RGB (Red+Green+Blue) = 249+188+216=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD8 is #064327. Grayscale: #D1D1D1. Windows color (decimal): -410408 or 14204153. OLE color: 14204153.
HSL color Cylindrical-coordinate representation of color #F9BCD8: hue angle of 332.46º 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 #F9BCD8 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 216 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 332.46º | 0.84% | 0.86% | - |
| HSV(B) | 332.46º | 0.24% | 0.98% | - |
| XYZ | 69.44 | 61.06 | 73.09 | - |
| YUV | 209.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 216 | 0 | 0.24 | 0.13 | 0.02 | 332.46 | 0.84 | 0.86 |
| Hex | F9 | BC | D8 | 0 | 18 | D | 2 | 14C | 54 | 56 |
| Octal | 371 | 274 | 330 | 0 | 30 | 15 | 2 | 514 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11011000 | 0 | 11000 | 1101 | 10 | 101001100 | 1010100 | 1010110 |
Color Harmonies of #F9BCD8
Complementary color
Monochromatic Colors of #F9BCD8
Black with #F9BCD8
Text Example
Text Example
White with #F9BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCD8; }
p { color: rgb(249,188,216); }
H1.HeaderClassName
{
color: #F9BCD8;
}
.AnyTagClassName
{
color: #F9BCD8;
}
</style>
background-color css
<style>
a { background-color: #F9BCD8; }
a { background-color: rgb(249,188,216); }
div.DivClassName
{
background-color: #F9BCD8;
}
.BgClassName
{
background-color: #F9BCD8;
}
</style>
border-color css
<style>
span { border-color: #F9BCD8; }
span { border-color: rgb(249,188,216); }
td.TdClassName
{
border-color: #F9BCD8;
}
.TagClassName
{
border-color: #F9BCD8;
}
</style>