Shades of Cotton Candy #FFB9D6
Tints of Cotton Candy #FFB9D6
RGB
CMYK
RGB Variations
Color information
#FFB9D6 (or 0xFFB9D6) is known color: Cotton Candy. HEX triplet: FF, B9 and D6. RGB value is (255,185,214). Sum of RGB (Red+Green+Blue) = 255+185+214=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D6 is #004629. Grayscale: #D1D1D1. Windows color (decimal): -17962 or 14072319. OLE color: 14072319.
HSL color Cylindrical-coordinate representation of color #FFB9D6: hue angle of 335.14º 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 #FFB9D6 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 214 | - |
| CMYK | 0 | 0.27 | 0.16 | 0 |
| HSL | 335.14º | 1% | 0.86% | - |
| HSV(B) | 335.14º | 0.27% | 1% | - |
| XYZ | 70.73 | 60.81 | 71.63 | - |
| YUV | 209.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 214 | 0 | 0.27 | 0.16 | 0 | 335.14 | 1 | 0.86 |
| Hex | FF | B9 | D6 | 0 | 1B | 10 | 0 | 14F | 64 | 56 |
| Octal | 377 | 271 | 326 | 0 | 33 | 20 | 0 | 517 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11010110 | 0 | 11011 | 10000 | 0 | 101001111 | 1100100 | 1010110 |
Color Harmonies of #FFB9D6
Complementary color
Monochromatic Colors of #FFB9D6
Black with #FFB9D6
Text Example
Text Example
White with #FFB9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9D6; }
p { color: rgb(255,185,214); }
H1.HeaderClassName
{
color: #FFB9D6;
}
.AnyTagClassName
{
color: #FFB9D6;
}
</style>
background-color css
<style>
a { background-color: #FFB9D6; }
a { background-color: rgb(255,185,214); }
div.DivClassName
{
background-color: #FFB9D6;
}
.BgClassName
{
background-color: #FFB9D6;
}
</style>
border-color css
<style>
span { border-color: #FFB9D6; }
span { border-color: rgb(255,185,214); }
td.TdClassName
{
border-color: #FFB9D6;
}
.TagClassName
{
border-color: #FFB9D6;
}
</style>