Shades of Cotton Candy #F9BFD8
Tints of Cotton Candy #F9BFD8
RGB
CMYK
RGB Variations
Color information
#F9BFD8 (or 0xF9BFD8) is known color: Cotton Candy. HEX triplet: F9, BF and D8. RGB value is (249,191,216). Sum of RGB (Red+Green+Blue) = 249+191+216=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFD8 is #064027. Grayscale: #D3D3D3. Windows color (decimal): -409640 or 14204921. OLE color: 14204921.
HSL color Cylindrical-coordinate representation of color #F9BFD8: hue angle of 334.14º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFD8 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 216 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.02 |
| HSL | 334.14º | 0.83% | 0.86% | - |
| HSV(B) | 334.14º | 0.23% | 0.98% | - |
| XYZ | 70.09 | 62.36 | 73.31 | - |
| YUV | 211.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 216 | 0 | 0.23 | 0.13 | 0.02 | 334.14 | 0.83 | 0.86 |
| Hex | F9 | BF | D8 | 0 | 17 | D | 2 | 14E | 53 | 56 |
| Octal | 371 | 277 | 330 | 0 | 27 | 15 | 2 | 516 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11011000 | 0 | 10111 | 1101 | 10 | 101001110 | 1010011 | 1010110 |
Color Harmonies of #F9BFD8
Complementary color
Monochromatic Colors of #F9BFD8
Black with #F9BFD8
Text Example
Text Example
White with #F9BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFD8; }
p { color: rgb(249,191,216); }
H1.HeaderClassName
{
color: #F9BFD8;
}
.AnyTagClassName
{
color: #F9BFD8;
}
</style>
background-color css
<style>
a { background-color: #F9BFD8; }
a { background-color: rgb(249,191,216); }
div.DivClassName
{
background-color: #F9BFD8;
}
.BgClassName
{
background-color: #F9BFD8;
}
</style>
border-color css
<style>
span { border-color: #F9BFD8; }
span { border-color: rgb(249,191,216); }
td.TdClassName
{
border-color: #F9BFD8;
}
.TagClassName
{
border-color: #F9BFD8;
}
</style>