Shades of Cotton Candy #F9BDD7
Tints of Cotton Candy #F9BDD7
RGB
CMYK
RGB Variations
Color information
#F9BDD7 (or 0xF9BDD7) is known color: Cotton Candy. HEX triplet: F9, BD and D7. RGB value is (249,189,215). Sum of RGB (Red+Green+Blue) = 249+189+215=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDD7 is #064228. Grayscale: #D1D1D1. Windows color (decimal): -410153 or 14138873. OLE color: 14138873.
HSL color Cylindrical-coordinate representation of color #F9BDD7: hue angle of 334º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDD7 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 215 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.02 |
| HSL | 334º | 0.83% | 0.86% | - |
| HSV(B) | 334º | 0.24% | 0.98% | - |
| XYZ | 69.53 | 61.44 | 72.48 | - |
| YUV | 209.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 215 | 0 | 0.24 | 0.14 | 0.02 | 334 | 0.83 | 0.86 |
| Hex | F9 | BD | D7 | 0 | 18 | E | 2 | 14E | 53 | 56 |
| Octal | 371 | 275 | 327 | 0 | 30 | 16 | 2 | 516 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11010111 | 0 | 11000 | 1110 | 10 | 101001110 | 1010011 | 1010110 |
Color Harmonies of #F9BDD7
Complementary color
Monochromatic Colors of #F9BDD7
Black with #F9BDD7
Text Example
Text Example
White with #F9BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDD7; }
p { color: rgb(249,189,215); }
H1.HeaderClassName
{
color: #F9BDD7;
}
.AnyTagClassName
{
color: #F9BDD7;
}
</style>
background-color css
<style>
a { background-color: #F9BDD7; }
a { background-color: rgb(249,189,215); }
div.DivClassName
{
background-color: #F9BDD7;
}
.BgClassName
{
background-color: #F9BDD7;
}
</style>
border-color css
<style>
span { border-color: #F9BDD7; }
span { border-color: rgb(249,189,215); }
td.TdClassName
{
border-color: #F9BDD7;
}
.TagClassName
{
border-color: #F9BDD7;
}
</style>