Shades of Cotton Candy #F9B7D9
Tints of Cotton Candy #F9B7D9
RGB
CMYK
RGB Variations
Color information
#F9B7D9 (or 0xF9B7D9) is known color: Cotton Candy. HEX triplet: F9, B7 and D9. RGB value is (249,183,217). Sum of RGB (Red+Green+Blue) = 249+183+217=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7D9 is #064826. Grayscale: #CECECE. Windows color (decimal): -411687 or 14268409. OLE color: 14268409.
HSL color Cylindrical-coordinate representation of color #F9B7D9: hue angle of 329.09º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7D9 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 217 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.02 |
| HSL | 329.09º | 0.85% | 0.85% | - |
| HSV(B) | 329.09º | 0.27% | 0.98% | - |
| XYZ | 68.52 | 59.02 | 73.43 | - |
| YUV | 206.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 217 | 0 | 0.27 | 0.13 | 0.02 | 329.09 | 0.85 | 0.85 |
| Hex | F9 | B7 | D9 | 0 | 1B | D | 2 | 149 | 55 | 55 |
| Octal | 371 | 267 | 331 | 0 | 33 | 15 | 2 | 511 | 125 | 125 |
| Binary | 11111001 | 10110111 | 11011001 | 0 | 11011 | 1101 | 10 | 101001001 | 1010101 | 1010101 |
Color Harmonies of #F9B7D9
Complementary color
Monochromatic Colors of #F9B7D9
Black with #F9B7D9
Text Example
Text Example
White with #F9B7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B7D9; }
p { color: rgb(249,183,217); }
H1.HeaderClassName
{
color: #F9B7D9;
}
.AnyTagClassName
{
color: #F9B7D9;
}
</style>
background-color css
<style>
a { background-color: #F9B7D9; }
a { background-color: rgb(249,183,217); }
div.DivClassName
{
background-color: #F9B7D9;
}
.BgClassName
{
background-color: #F9B7D9;
}
</style>
border-color css
<style>
span { border-color: #F9B7D9; }
span { border-color: rgb(249,183,217); }
td.TdClassName
{
border-color: #F9B7D9;
}
.TagClassName
{
border-color: #F9B7D9;
}
</style>