Shades of Cotton Candy #FFB9D9
Tints of Cotton Candy #FFB9D9
RGB
CMYK
RGB Variations
Color information
#FFB9D9 (or 0xFFB9D9) is known color: Cotton Candy. HEX triplet: FF, B9 and D9. RGB value is (255,185,217). Sum of RGB (Red+Green+Blue) = 255+185+217=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D9 is #004626. Grayscale: #D1D1D1. Windows color (decimal): -17959 or 14268927. OLE color: 14268927.
HSL color Cylindrical-coordinate representation of color #FFB9D9: hue angle of 332.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9D9 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 217 | - |
| CMYK | 0 | 0.27 | 0.15 | 0 |
| HSL | 332.57º | 1% | 0.86% | - |
| HSV(B) | 332.57º | 0.27% | 1% | - |
| XYZ | 71.11 | 60.97 | 73.67 | - |
| YUV | 209.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 217 | 0 | 0.27 | 0.15 | 0 | 332.57 | 1 | 0.86 |
| Hex | FF | B9 | D9 | 0 | 1B | F | 0 | 14D | 64 | 56 |
| Octal | 377 | 271 | 331 | 0 | 33 | 17 | 0 | 515 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11011001 | 0 | 11011 | 1111 | 0 | 101001101 | 1100100 | 1010110 |
Color Harmonies of #FFB9D9
Complementary color
Monochromatic Colors of #FFB9D9
Black with #FFB9D9
Text Example
Text Example
White with #FFB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9D9; }
p { color: rgb(255,185,217); }
H1.HeaderClassName
{
color: #FFB9D9;
}
.AnyTagClassName
{
color: #FFB9D9;
}
</style>
background-color css
<style>
a { background-color: #FFB9D9; }
a { background-color: rgb(255,185,217); }
div.DivClassName
{
background-color: #FFB9D9;
}
.BgClassName
{
background-color: #FFB9D9;
}
</style>
border-color css
<style>
span { border-color: #FFB9D9; }
span { border-color: rgb(255,185,217); }
td.TdClassName
{
border-color: #FFB9D9;
}
.TagClassName
{
border-color: #FFB9D9;
}
</style>