Shades of Cotton Candy #F9BFD5
Tints of Cotton Candy #F9BFD5
RGB
CMYK
RGB Variations
Color information
#F9BFD5 (or 0xF9BFD5) is known color: Cotton Candy. HEX triplet: F9, BF and D5. RGB value is (249,191,213). Sum of RGB (Red+Green+Blue) = 249+191+213=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFD5 is #06402A. Grayscale: #D2D2D2. Windows color (decimal): -409643 or 14008313. OLE color: 14008313.
HSL color Cylindrical-coordinate representation of color #F9BFD5: hue angle of 337.24º 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 #F9BFD5 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 213 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.02 |
| HSL | 337.24º | 0.83% | 0.86% | - |
| HSV(B) | 337.24º | 0.23% | 0.98% | - |
| XYZ | 69.71 | 62.21 | 71.28 | - |
| YUV | 210.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 213 | 0 | 0.23 | 0.14 | 0.02 | 337.24 | 0.83 | 0.86 |
| Hex | F9 | BF | D5 | 0 | 17 | E | 2 | 151 | 53 | 56 |
| Octal | 371 | 277 | 325 | 0 | 27 | 16 | 2 | 521 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11010101 | 0 | 10111 | 1110 | 10 | 101010001 | 1010011 | 1010110 |
Color Harmonies of #F9BFD5
Complementary color
Monochromatic Colors of #F9BFD5
Black with #F9BFD5
Text Example
Text Example
White with #F9BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFD5; }
p { color: rgb(249,191,213); }
H1.HeaderClassName
{
color: #F9BFD5;
}
.AnyTagClassName
{
color: #F9BFD5;
}
</style>
background-color css
<style>
a { background-color: #F9BFD5; }
a { background-color: rgb(249,191,213); }
div.DivClassName
{
background-color: #F9BFD5;
}
.BgClassName
{
background-color: #F9BFD5;
}
</style>
border-color css
<style>
span { border-color: #F9BFD5; }
span { border-color: rgb(249,191,213); }
td.TdClassName
{
border-color: #F9BFD5;
}
.TagClassName
{
border-color: #F9BFD5;
}
</style>