Shades of Cotton Candy #FFB6CE
Tints of Cotton Candy #FFB6CE
RGB
CMYK
RGB Variations
Color information
#FFB6CE (or 0xFFB6CE) is known color: Cotton Candy. HEX triplet: FF, B6 and CE. RGB value is (255,182,206). Sum of RGB (Red+Green+Blue) = 255+182+206=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6CE is #004931. Grayscale: #CECECE. Windows color (decimal): -18738 or 13547263. OLE color: 13547263.
HSL color Cylindrical-coordinate representation of color #FFB6CE: hue angle of 340.27º 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 #FFB6CE is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 206 | - |
| CMYK | 0 | 0.29 | 0.19 | 0 |
| HSL | 340.27º | 1% | 0.86% | - |
| HSV(B) | 340.27º | 0.29% | 1% | - |
| XYZ | 69.11 | 59.17 | 66.17 | - |
| YUV | 206.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 206 | 0 | 0.29 | 0.19 | 0 | 340.27 | 1 | 0.86 |
| Hex | FF | B6 | CE | 0 | 1D | 13 | 0 | 154 | 64 | 56 |
| Octal | 377 | 266 | 316 | 0 | 35 | 23 | 0 | 524 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11001110 | 0 | 11101 | 10011 | 0 | 101010100 | 1100100 | 1010110 |
Color Harmonies of #FFB6CE
Complementary color
Monochromatic Colors of #FFB6CE
Black with #FFB6CE
Text Example
Text Example
White with #FFB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6CE; }
p { color: rgb(255,182,206); }
H1.HeaderClassName
{
color: #FFB6CE;
}
.AnyTagClassName
{
color: #FFB6CE;
}
</style>
background-color css
<style>
a { background-color: #FFB6CE; }
a { background-color: rgb(255,182,206); }
div.DivClassName
{
background-color: #FFB6CE;
}
.BgClassName
{
background-color: #FFB6CE;
}
</style>
border-color css
<style>
span { border-color: #FFB6CE; }
span { border-color: rgb(255,182,206); }
td.TdClassName
{
border-color: #FFB6CE;
}
.TagClassName
{
border-color: #FFB6CE;
}
</style>