Shades of Cotton Candy #F9B7CE
Tints of Cotton Candy #F9B7CE
RGB
CMYK
RGB Variations
Color information
#F9B7CE (or 0xF9B7CE) is known color: Cotton Candy. HEX triplet: F9, B7 and CE. RGB value is (249,183,206). Sum of RGB (Red+Green+Blue) = 249+183+206=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7CE is #064831. Grayscale: #CDCDCD. Windows color (decimal): -411698 or 13547513. OLE color: 13547513.
HSL color Cylindrical-coordinate representation of color #F9B7CE: hue angle of 339.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 #F9B7CE is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 206 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.02 |
| HSL | 339.09º | 0.85% | 0.85% | - |
| HSV(B) | 339.09º | 0.27% | 0.98% | - |
| XYZ | 67.14 | 58.46 | 66.14 | - |
| YUV | 205.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 206 | 0 | 0.27 | 0.17 | 0.02 | 339.09 | 0.85 | 0.85 |
| Hex | F9 | B7 | CE | 0 | 1B | 11 | 2 | 153 | 55 | 55 |
| Octal | 371 | 267 | 316 | 0 | 33 | 21 | 2 | 523 | 125 | 125 |
| Binary | 11111001 | 10110111 | 11001110 | 0 | 11011 | 10001 | 10 | 101010011 | 1010101 | 1010101 |
Color Harmonies of #F9B7CE
Complementary color
Monochromatic Colors of #F9B7CE
Black with #F9B7CE
Text Example
Text Example
White with #F9B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B7CE; }
p { color: rgb(249,183,206); }
H1.HeaderClassName
{
color: #F9B7CE;
}
.AnyTagClassName
{
color: #F9B7CE;
}
</style>
background-color css
<style>
a { background-color: #F9B7CE; }
a { background-color: rgb(249,183,206); }
div.DivClassName
{
background-color: #F9B7CE;
}
.BgClassName
{
background-color: #F9B7CE;
}
</style>
border-color css
<style>
span { border-color: #F9B7CE; }
span { border-color: rgb(249,183,206); }
td.TdClassName
{
border-color: #F9B7CE;
}
.TagClassName
{
border-color: #F9B7CE;
}
</style>