Shades of Cotton Candy #F9BDD0
Tints of Cotton Candy #F9BDD0
RGB
CMYK
RGB Variations
Color information
#F9BDD0 (or 0xF9BDD0) is known color: Cotton Candy. HEX triplet: F9, BD and D0. RGB value is (249,189,208). Sum of RGB (Red+Green+Blue) = 249+189+208=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDD0 is #06422F. Grayscale: #D1D1D1. Windows color (decimal): -410160 or 13680121. OLE color: 13680121.
HSL color Cylindrical-coordinate representation of color #F9BDD0: hue angle of 341º 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 #F9BDD0 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 208 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.02 |
| HSL | 341º | 0.83% | 0.86% | - |
| HSV(B) | 341º | 0.24% | 0.98% | - |
| XYZ | 68.65 | 61.09 | 67.85 | - |
| YUV | 209.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 208 | 0 | 0.24 | 0.16 | 0.02 | 341 | 0.83 | 0.86 |
| Hex | F9 | BD | D0 | 0 | 18 | 10 | 2 | 155 | 53 | 56 |
| Octal | 371 | 275 | 320 | 0 | 30 | 20 | 2 | 525 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11010000 | 0 | 11000 | 10000 | 10 | 101010101 | 1010011 | 1010110 |
Color Harmonies of #F9BDD0
Complementary color
Monochromatic Colors of #F9BDD0
Black with #F9BDD0
Text Example
Text Example
White with #F9BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDD0; }
p { color: rgb(249,189,208); }
H1.HeaderClassName
{
color: #F9BDD0;
}
.AnyTagClassName
{
color: #F9BDD0;
}
</style>
background-color css
<style>
a { background-color: #F9BDD0; }
a { background-color: rgb(249,189,208); }
div.DivClassName
{
background-color: #F9BDD0;
}
.BgClassName
{
background-color: #F9BDD0;
}
</style>
border-color css
<style>
span { border-color: #F9BDD0; }
span { border-color: rgb(249,189,208); }
td.TdClassName
{
border-color: #F9BDD0;
}
.TagClassName
{
border-color: #F9BDD0;
}
</style>