Shades of Cotton Candy #FFB6D9
Tints of Cotton Candy #FFB6D9
RGB
CMYK
RGB Variations
Color information
#FFB6D9 (or 0xFFB6D9) is known color: Cotton Candy. HEX triplet: FF, B6 and D9. RGB value is (255,182,217). Sum of RGB (Red+Green+Blue) = 255+182+217=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D9 is #004926. Grayscale: #CFCFCF. Windows color (decimal): -18727 or 14268159. OLE color: 14268159.
HSL color Cylindrical-coordinate representation of color #FFB6D9: hue angle of 331.23º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6D9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 217 | - |
| CMYK | 0 | 0.29 | 0.15 | 0 |
| HSL | 331.23º | 1% | 0.86% | - |
| HSV(B) | 331.23º | 0.29% | 1% | - |
| XYZ | 70.49 | 59.73 | 73.46 | - |
| YUV | 207.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 217 | 0 | 0.29 | 0.15 | 0 | 331.23 | 1 | 0.86 |
| Hex | FF | B6 | D9 | 0 | 1D | F | 0 | 14B | 64 | 56 |
| Octal | 377 | 266 | 331 | 0 | 35 | 17 | 0 | 513 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11011001 | 0 | 11101 | 1111 | 0 | 101001011 | 1100100 | 1010110 |
Color Harmonies of #FFB6D9
Complementary color
Monochromatic Colors of #FFB6D9
Black with #FFB6D9
Text Example
Text Example
White with #FFB6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D9; }
p { color: rgb(255,182,217); }
H1.HeaderClassName
{
color: #FFB6D9;
}
.AnyTagClassName
{
color: #FFB6D9;
}
</style>
background-color css
<style>
a { background-color: #FFB6D9; }
a { background-color: rgb(255,182,217); }
div.DivClassName
{
background-color: #FFB6D9;
}
.BgClassName
{
background-color: #FFB6D9;
}
</style>
border-color css
<style>
span { border-color: #FFB6D9; }
span { border-color: rgb(255,182,217); }
td.TdClassName
{
border-color: #FFB6D9;
}
.TagClassName
{
border-color: #FFB6D9;
}
</style>