Shades of Cotton Candy #FFB6CD
Tints of Cotton Candy #FFB6CD
RGB
CMYK
RGB Variations
Color information
#FFB6CD (or 0xFFB6CD) is known color: Cotton Candy. HEX triplet: FF, B6 and CD. RGB value is (255,182,205). Sum of RGB (Red+Green+Blue) = 255+182+205=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6CD is #004932. Grayscale: #CECECE. Windows color (decimal): -18739 or 13481727. OLE color: 13481727.
HSL color Cylindrical-coordinate representation of color #FFB6CD: hue angle of 341.1º 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 #FFB6CD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 205 | - |
| CMYK | 0 | 0.29 | 0.20 | 0 |
| HSL | 341.1º | 1% | 0.86% | - |
| HSV(B) | 341.1º | 0.29% | 1% | - |
| XYZ | 68.99 | 59.12 | 65.53 | - |
| YUV | 206.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 205 | 0 | 0.29 | 0.20 | 0 | 341.1 | 1 | 0.86 |
| Hex | FF | B6 | CD | 0 | 1D | 14 | 0 | 155 | 64 | 56 |
| Octal | 377 | 266 | 315 | 0 | 35 | 24 | 0 | 525 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11001101 | 0 | 11101 | 10100 | 0 | 101010101 | 1100100 | 1010110 |
Color Harmonies of #FFB6CD
Complementary color
Monochromatic Colors of #FFB6CD
Black with #FFB6CD
Text Example
Text Example
White with #FFB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6CD; }
p { color: rgb(255,182,205); }
H1.HeaderClassName
{
color: #FFB6CD;
}
.AnyTagClassName
{
color: #FFB6CD;
}
</style>
background-color css
<style>
a { background-color: #FFB6CD; }
a { background-color: rgb(255,182,205); }
div.DivClassName
{
background-color: #FFB6CD;
}
.BgClassName
{
background-color: #FFB6CD;
}
</style>
border-color css
<style>
span { border-color: #FFB6CD; }
span { border-color: rgb(255,182,205); }
td.TdClassName
{
border-color: #FFB6CD;
}
.TagClassName
{
border-color: #FFB6CD;
}
</style>