Shades of Cotton Candy #FFB6DC
Tints of Cotton Candy #FFB6DC
RGB
CMYK
RGB Variations
Color information
#FFB6DC (or 0xFFB6DC) is known color: Cotton Candy. HEX triplet: FF, B6 and DC. RGB value is (255,182,220). Sum of RGB (Red+Green+Blue) = 255+182+220=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DC is #004923. Grayscale: #D0D0D0. Windows color (decimal): -18724 or 14464767. OLE color: 14464767.
HSL color Cylindrical-coordinate representation of color #FFB6DC: hue angle of 328.77º 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 #FFB6DC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 220 | - |
| CMYK | 0 | 0.29 | 0.14 | 0 |
| HSL | 328.77º | 1% | 0.86% | - |
| HSV(B) | 328.77º | 0.29% | 1% | - |
| XYZ | 70.89 | 59.88 | 75.53 | - |
| YUV | 208.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 220 | 0 | 0.29 | 0.14 | 0 | 328.77 | 1 | 0.86 |
| Hex | FF | B6 | DC | 0 | 1D | E | 0 | 149 | 64 | 56 |
| Octal | 377 | 266 | 334 | 0 | 35 | 16 | 0 | 511 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11011100 | 0 | 11101 | 1110 | 0 | 101001001 | 1100100 | 1010110 |
Color Harmonies of #FFB6DC
Complementary color
Monochromatic Colors of #FFB6DC
Black with #FFB6DC
Text Example
Text Example
White with #FFB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6DC; }
p { color: rgb(255,182,220); }
H1.HeaderClassName
{
color: #FFB6DC;
}
.AnyTagClassName
{
color: #FFB6DC;
}
</style>
background-color css
<style>
a { background-color: #FFB6DC; }
a { background-color: rgb(255,182,220); }
div.DivClassName
{
background-color: #FFB6DC;
}
.BgClassName
{
background-color: #FFB6DC;
}
</style>
border-color css
<style>
span { border-color: #FFB6DC; }
span { border-color: rgb(255,182,220); }
td.TdClassName
{
border-color: #FFB6DC;
}
.TagClassName
{
border-color: #FFB6DC;
}
</style>