Shades of Cotton Candy #F9BFD2
Tints of Cotton Candy #F9BFD2
RGB
CMYK
RGB Variations
Color information
#F9BFD2 (or 0xF9BFD2) is known color: Cotton Candy. HEX triplet: F9, BF and D2. RGB value is (249,191,210). Sum of RGB (Red+Green+Blue) = 249+191+210=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFD2 is #06402D. Grayscale: #D2D2D2. Windows color (decimal): -409646 or 13811705. OLE color: 13811705.
HSL color Cylindrical-coordinate representation of color #F9BFD2: hue angle of 340.34º 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 #F9BFD2 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 210 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.02 |
| HSL | 340.34º | 0.83% | 0.86% | - |
| HSV(B) | 340.34º | 0.23% | 0.98% | - |
| XYZ | 69.33 | 62.05 | 69.3 | - |
| YUV | 210.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 210 | 0 | 0.23 | 0.16 | 0.02 | 340.34 | 0.83 | 0.86 |
| Hex | F9 | BF | D2 | 0 | 17 | 10 | 2 | 154 | 53 | 56 |
| Octal | 371 | 277 | 322 | 0 | 27 | 20 | 2 | 524 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11010010 | 0 | 10111 | 10000 | 10 | 101010100 | 1010011 | 1010110 |
Color Harmonies of #F9BFD2
Complementary color
Monochromatic Colors of #F9BFD2
Black with #F9BFD2
Text Example
Text Example
White with #F9BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFD2; }
p { color: rgb(249,191,210); }
H1.HeaderClassName
{
color: #F9BFD2;
}
.AnyTagClassName
{
color: #F9BFD2;
}
</style>
background-color css
<style>
a { background-color: #F9BFD2; }
a { background-color: rgb(249,191,210); }
div.DivClassName
{
background-color: #F9BFD2;
}
.BgClassName
{
background-color: #F9BFD2;
}
</style>
border-color css
<style>
span { border-color: #F9BFD2; }
span { border-color: rgb(249,191,210); }
td.TdClassName
{
border-color: #F9BFD2;
}
.TagClassName
{
border-color: #F9BFD2;
}
</style>