Shades of Cotton Candy #FFB6D3
Tints of Cotton Candy #FFB6D3
RGB
CMYK
RGB Variations
Color information
#FFB6D3 (or 0xFFB6D3) is known color: Cotton Candy. HEX triplet: FF, B6 and D3. RGB value is (255,182,211). Sum of RGB (Red+Green+Blue) = 255+182+211=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 182 (71.48% from 255 or 28.09% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D3 is #00492C. Grayscale: #CFCFCF. Windows color (decimal): -18733 or 13874943. OLE color: 13874943.
HSL color Cylindrical-coordinate representation of color #FFB6D3: hue angle of 336.16º 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 #FFB6D3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 211 | - |
| CMYK | 0 | 0.29 | 0.17 | 0 |
| HSL | 336.16º | 1% | 0.86% | - |
| HSV(B) | 336.16º | 0.29% | 1% | - |
| XYZ | 69.73 | 59.42 | 69.42 | - |
| YUV | 207.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 211 | 0 | 0.29 | 0.17 | 0 | 336.16 | 1 | 0.86 |
| Hex | FF | B6 | D3 | 0 | 1D | 11 | 0 | 150 | 64 | 56 |
| Octal | 377 | 266 | 323 | 0 | 35 | 21 | 0 | 520 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11010011 | 0 | 11101 | 10001 | 0 | 101010000 | 1100100 | 1010110 |
Color Harmonies of #FFB6D3
Complementary color
Monochromatic Colors of #FFB6D3
Black with #FFB6D3
Text Example
Text Example
White with #FFB6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D3; }
p { color: rgb(255,182,211); }
H1.HeaderClassName
{
color: #FFB6D3;
}
.AnyTagClassName
{
color: #FFB6D3;
}
</style>
background-color css
<style>
a { background-color: #FFB6D3; }
a { background-color: rgb(255,182,211); }
div.DivClassName
{
background-color: #FFB6D3;
}
.BgClassName
{
background-color: #FFB6D3;
}
</style>
border-color css
<style>
span { border-color: #FFB6D3; }
span { border-color: rgb(255,182,211); }
td.TdClassName
{
border-color: #FFB6D3;
}
.TagClassName
{
border-color: #FFB6D3;
}
</style>