Shades of Cotton Candy #F9BDD5
Tints of Cotton Candy #F9BDD5
RGB
CMYK
RGB Variations
Color information
#F9BDD5 (or 0xF9BDD5) is known color: Cotton Candy. HEX triplet: F9, BD and D5. RGB value is (249,189,213). Sum of RGB (Red+Green+Blue) = 249+189+213=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDD5 is #06422A. Grayscale: #D1D1D1. Windows color (decimal): -410155 or 14007801. OLE color: 14007801.
HSL color Cylindrical-coordinate representation of color #F9BDD5: hue angle of 336º 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 #F9BDD5 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 213 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.02 |
| HSL | 336º | 0.83% | 0.86% | - |
| HSV(B) | 336º | 0.24% | 0.98% | - |
| XYZ | 69.27 | 61.34 | 71.14 | - |
| YUV | 209.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 213 | 0 | 0.24 | 0.14 | 0.02 | 336 | 0.83 | 0.86 |
| Hex | F9 | BD | D5 | 0 | 18 | E | 2 | 150 | 53 | 56 |
| Octal | 371 | 275 | 325 | 0 | 30 | 16 | 2 | 520 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11010101 | 0 | 11000 | 1110 | 10 | 101010000 | 1010011 | 1010110 |
Color Harmonies of #F9BDD5
Complementary color
Monochromatic Colors of #F9BDD5
Black with #F9BDD5
Text Example
Text Example
White with #F9BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDD5; }
p { color: rgb(249,189,213); }
H1.HeaderClassName
{
color: #F9BDD5;
}
.AnyTagClassName
{
color: #F9BDD5;
}
</style>
background-color css
<style>
a { background-color: #F9BDD5; }
a { background-color: rgb(249,189,213); }
div.DivClassName
{
background-color: #F9BDD5;
}
.BgClassName
{
background-color: #F9BDD5;
}
</style>
border-color css
<style>
span { border-color: #F9BDD5; }
span { border-color: rgb(249,189,213); }
td.TdClassName
{
border-color: #F9BDD5;
}
.TagClassName
{
border-color: #F9BDD5;
}
</style>