Shades of Cotton Candy #FFB6D6
Tints of Cotton Candy #FFB6D6
RGB
CMYK
RGB Variations
Color information
#FFB6D6 (or 0xFFB6D6) is known color: Cotton Candy. HEX triplet: FF, B6 and D6. RGB value is (255,182,214). Sum of RGB (Red+Green+Blue) = 255+182+214=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D6 is #004929. Grayscale: #CFCFCF. Windows color (decimal): -18730 or 14071551. OLE color: 14071551.
HSL color Cylindrical-coordinate representation of color #FFB6D6: hue angle of 333.7º 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 #FFB6D6 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 214 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 333.7º | 1% | 0.86% | - |
| HSV(B) | 333.7º | 0.29% | 1% | - |
| XYZ | 70.11 | 59.57 | 71.42 | - |
| YUV | 207.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 214 | 0 | 0.29 | 0.16 | 0 | 333.7 | 1 | 0.86 |
| Hex | FF | B6 | D6 | 0 | 1D | 10 | 0 | 14E | 64 | 56 |
| Octal | 377 | 266 | 326 | 0 | 35 | 20 | 0 | 516 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11010110 | 0 | 11101 | 10000 | 0 | 101001110 | 1100100 | 1010110 |
Color Harmonies of #FFB6D6
Complementary color
Monochromatic Colors of #FFB6D6
Black with #FFB6D6
Text Example
Text Example
White with #FFB6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D6; }
p { color: rgb(255,182,214); }
H1.HeaderClassName
{
color: #FFB6D6;
}
.AnyTagClassName
{
color: #FFB6D6;
}
</style>
background-color css
<style>
a { background-color: #FFB6D6; }
a { background-color: rgb(255,182,214); }
div.DivClassName
{
background-color: #FFB6D6;
}
.BgClassName
{
background-color: #FFB6D6;
}
</style>
border-color css
<style>
span { border-color: #FFB6D6; }
span { border-color: rgb(255,182,214); }
td.TdClassName
{
border-color: #FFB6D6;
}
.TagClassName
{
border-color: #FFB6D6;
}
</style>