Shades of Cotton Candy #FFB6D7
Tints of Cotton Candy #FFB6D7
RGB
CMYK
RGB Variations
Color information
#FFB6D7 (or 0xFFB6D7) is known color: Cotton Candy. HEX triplet: FF, B6 and D7. RGB value is (255,182,215). Sum of RGB (Red+Green+Blue) = 255+182+215=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D7 is #004928. Grayscale: #CFCFCF. Windows color (decimal): -18729 or 14137087. OLE color: 14137087.
HSL color Cylindrical-coordinate representation of color #FFB6D7: hue angle of 332.88º 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 #FFB6D7 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 215 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 332.88º | 1% | 0.86% | - |
| HSV(B) | 332.88º | 0.29% | 1% | - |
| XYZ | 70.23 | 59.62 | 72.1 | - |
| YUV | 207.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 215 | 0 | 0.29 | 0.16 | 0 | 332.88 | 1 | 0.86 |
| Hex | FF | B6 | D7 | 0 | 1D | 10 | 0 | 14D | 64 | 56 |
| Octal | 377 | 266 | 327 | 0 | 35 | 20 | 0 | 515 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11010111 | 0 | 11101 | 10000 | 0 | 101001101 | 1100100 | 1010110 |
Color Harmonies of #FFB6D7
Complementary color
Monochromatic Colors of #FFB6D7
Black with #FFB6D7
Text Example
Text Example
White with #FFB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D7; }
p { color: rgb(255,182,215); }
H1.HeaderClassName
{
color: #FFB6D7;
}
.AnyTagClassName
{
color: #FFB6D7;
}
</style>
background-color css
<style>
a { background-color: #FFB6D7; }
a { background-color: rgb(255,182,215); }
div.DivClassName
{
background-color: #FFB6D7;
}
.BgClassName
{
background-color: #FFB6D7;
}
</style>
border-color css
<style>
span { border-color: #FFB6D7; }
span { border-color: rgb(255,182,215); }
td.TdClassName
{
border-color: #FFB6D7;
}
.TagClassName
{
border-color: #FFB6D7;
}
</style>