Shades of Cotton Candy #FFB9DB
Tints of Cotton Candy #FFB9DB
RGB
CMYK
RGB Variations
Color information
#FFB9DB (or 0xFFB9DB) is known color: Cotton Candy. HEX triplet: FF, B9 and DB. RGB value is (255,185,219). Sum of RGB (Red+Green+Blue) = 255+185+219=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DB is #004624. Grayscale: #D1D1D1. Windows color (decimal): -17957 or 14399999. OLE color: 14399999.
HSL color Cylindrical-coordinate representation of color #FFB9DB: hue angle of 330.86º 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 #FFB9DB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 219 | - |
| CMYK | 0 | 0.27 | 0.14 | 0 |
| HSL | 330.86º | 1% | 0.86% | - |
| HSV(B) | 330.86º | 0.27% | 1% | - |
| XYZ | 71.38 | 61.07 | 75.04 | - |
| YUV | 209.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 219 | 0 | 0.27 | 0.14 | 0 | 330.86 | 1 | 0.86 |
| Hex | FF | B9 | DB | 0 | 1B | E | 0 | 14B | 64 | 56 |
| Octal | 377 | 271 | 333 | 0 | 33 | 16 | 0 | 513 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11011011 | 0 | 11011 | 1110 | 0 | 101001011 | 1100100 | 1010110 |
Color Harmonies of #FFB9DB
Complementary color
Monochromatic Colors of #FFB9DB
Black with #FFB9DB
Text Example
Text Example
White with #FFB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9DB; }
p { color: rgb(255,185,219); }
H1.HeaderClassName
{
color: #FFB9DB;
}
.AnyTagClassName
{
color: #FFB9DB;
}
</style>
background-color css
<style>
a { background-color: #FFB9DB; }
a { background-color: rgb(255,185,219); }
div.DivClassName
{
background-color: #FFB9DB;
}
.BgClassName
{
background-color: #FFB9DB;
}
</style>
border-color css
<style>
span { border-color: #FFB9DB; }
span { border-color: rgb(255,185,219); }
td.TdClassName
{
border-color: #FFB9DB;
}
.TagClassName
{
border-color: #FFB9DB;
}
</style>