Shades of Cotton Candy #FFB9DD
Tints of Cotton Candy #FFB9DD
RGB
CMYK
RGB Variations
Color information
#FFB9DD (or 0xFFB9DD) is known color: Cotton Candy. HEX triplet: FF, B9 and DD. RGB value is (255,185,221). Sum of RGB (Red+Green+Blue) = 255+185+221=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DD is #004622. Grayscale: #D1D1D1. Windows color (decimal): -17955 or 14531071. OLE color: 14531071.
HSL color Cylindrical-coordinate representation of color #FFB9DD: hue angle of 329.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 #FFB9DD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 221 | - |
| CMYK | 0 | 0.27 | 0.13 | 0 |
| HSL | 329.14º | 1% | 0.86% | - |
| HSV(B) | 329.14º | 0.27% | 1% | - |
| XYZ | 71.64 | 61.18 | 76.44 | - |
| YUV | 210.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 221 | 0 | 0.27 | 0.13 | 0 | 329.14 | 1 | 0.86 |
| Hex | FF | B9 | DD | 0 | 1B | D | 0 | 149 | 64 | 56 |
| Octal | 377 | 271 | 335 | 0 | 33 | 15 | 0 | 511 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11011101 | 0 | 11011 | 1101 | 0 | 101001001 | 1100100 | 1010110 |
Color Harmonies of #FFB9DD
Complementary color
Monochromatic Colors of #FFB9DD
Black with #FFB9DD
Text Example
Text Example
White with #FFB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9DD; }
p { color: rgb(255,185,221); }
H1.HeaderClassName
{
color: #FFB9DD;
}
.AnyTagClassName
{
color: #FFB9DD;
}
</style>
background-color css
<style>
a { background-color: #FFB9DD; }
a { background-color: rgb(255,185,221); }
div.DivClassName
{
background-color: #FFB9DD;
}
.BgClassName
{
background-color: #FFB9DD;
}
</style>
border-color css
<style>
span { border-color: #FFB9DD; }
span { border-color: rgb(255,185,221); }
td.TdClassName
{
border-color: #FFB9DD;
}
.TagClassName
{
border-color: #FFB9DD;
}
</style>