Shades of Cotton Candy #FFB9D0
Tints of Cotton Candy #FFB9D0
RGB
CMYK
RGB Variations
Color information
#FFB9D0 (or 0xFFB9D0) is known color: Cotton Candy. HEX triplet: FF, B9 and D0. RGB value is (255,185,208). Sum of RGB (Red+Green+Blue) = 255+185+208=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D0 is #00462F. Grayscale: #D0D0D0. Windows color (decimal): -17968 or 13679103. OLE color: 13679103.
HSL color Cylindrical-coordinate representation of color #FFB9D0: hue angle of 340.29º 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 #FFB9D0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 208 | - |
| CMYK | 0 | 0.27 | 0.18 | 0 |
| HSL | 340.29º | 1% | 0.86% | - |
| HSV(B) | 340.29º | 0.27% | 1% | - |
| XYZ | 69.97 | 60.51 | 67.67 | - |
| YUV | 208.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 208 | 0 | 0.27 | 0.18 | 0 | 340.29 | 1 | 0.86 |
| Hex | FF | B9 | D0 | 0 | 1B | 12 | 0 | 154 | 64 | 56 |
| Octal | 377 | 271 | 320 | 0 | 33 | 22 | 0 | 524 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11010000 | 0 | 11011 | 10010 | 0 | 101010100 | 1100100 | 1010110 |
Color Harmonies of #FFB9D0
Complementary color
Monochromatic Colors of #FFB9D0
Black with #FFB9D0
Text Example
Text Example
White with #FFB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9D0; }
p { color: rgb(255,185,208); }
H1.HeaderClassName
{
color: #FFB9D0;
}
.AnyTagClassName
{
color: #FFB9D0;
}
</style>
background-color css
<style>
a { background-color: #FFB9D0; }
a { background-color: rgb(255,185,208); }
div.DivClassName
{
background-color: #FFB9D0;
}
.BgClassName
{
background-color: #FFB9D0;
}
</style>
border-color css
<style>
span { border-color: #FFB9D0; }
span { border-color: rgb(255,185,208); }
td.TdClassName
{
border-color: #FFB9D0;
}
.TagClassName
{
border-color: #FFB9D0;
}
</style>