Shades of Cotton Candy #FFB9D5
Tints of Cotton Candy #FFB9D5
RGB
CMYK
RGB Variations
Color information
#FFB9D5 (or 0xFFB9D5) is known color: Cotton Candy. HEX triplet: FF, B9 and D5. RGB value is (255,185,213). Sum of RGB (Red+Green+Blue) = 255+185+213=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D5 is #00462A. Grayscale: #D1D1D1. Windows color (decimal): -17963 or 14006783. OLE color: 14006783.
HSL color Cylindrical-coordinate representation of color #FFB9D5: hue angle of 336º 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 #FFB9D5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 213 | - |
| CMYK | 0 | 0.27 | 0.16 | 0 |
| HSL | 336º | 1% | 0.86% | - |
| HSV(B) | 336º | 0.27% | 1% | - |
| XYZ | 70.6 | 60.76 | 70.96 | - |
| YUV | 209.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 213 | 0 | 0.27 | 0.16 | 0 | 336 | 1 | 0.86 |
| Hex | FF | B9 | D5 | 0 | 1B | 10 | 0 | 150 | 64 | 56 |
| Octal | 377 | 271 | 325 | 0 | 33 | 20 | 0 | 520 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11010101 | 0 | 11011 | 10000 | 0 | 101010000 | 1100100 | 1010110 |
Color Harmonies of #FFB9D5
Complementary color
Monochromatic Colors of #FFB9D5
Black with #FFB9D5
Text Example
Text Example
White with #FFB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9D5; }
p { color: rgb(255,185,213); }
H1.HeaderClassName
{
color: #FFB9D5;
}
.AnyTagClassName
{
color: #FFB9D5;
}
</style>
background-color css
<style>
a { background-color: #FFB9D5; }
a { background-color: rgb(255,185,213); }
div.DivClassName
{
background-color: #FFB9D5;
}
.BgClassName
{
background-color: #FFB9D5;
}
</style>
border-color css
<style>
span { border-color: #FFB9D5; }
span { border-color: rgb(255,185,213); }
td.TdClassName
{
border-color: #FFB9D5;
}
.TagClassName
{
border-color: #FFB9D5;
}
</style>