Shades of Cotton Candy #FFB6D4
Tints of Cotton Candy #FFB6D4
RGB
CMYK
RGB Variations
Color information
#FFB6D4 (or 0xFFB6D4) is known color: Cotton Candy. HEX triplet: FF, B6 and D4. RGB value is (255,182,212). Sum of RGB (Red+Green+Blue) = 255+182+212=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D4 is #00492B. Grayscale: #CFCFCF. Windows color (decimal): -18732 or 13940479. OLE color: 13940479.
HSL color Cylindrical-coordinate representation of color #FFB6D4: hue angle of 335.34º 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 #FFB6D4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 212 | - |
| CMYK | 0 | 0.29 | 0.17 | 0 |
| HSL | 335.34º | 1% | 0.86% | - |
| HSV(B) | 335.34º | 0.29% | 1% | - |
| XYZ | 69.85 | 59.47 | 70.08 | - |
| YUV | 207.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 212 | 0 | 0.29 | 0.17 | 0 | 335.34 | 1 | 0.86 |
| Hex | FF | B6 | D4 | 0 | 1D | 11 | 0 | 14F | 64 | 56 |
| Octal | 377 | 266 | 324 | 0 | 35 | 21 | 0 | 517 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11010100 | 0 | 11101 | 10001 | 0 | 101001111 | 1100100 | 1010110 |
Color Harmonies of #FFB6D4
Complementary color
Monochromatic Colors of #FFB6D4
Black with #FFB6D4
Text Example
Text Example
White with #FFB6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D4; }
p { color: rgb(255,182,212); }
H1.HeaderClassName
{
color: #FFB6D4;
}
.AnyTagClassName
{
color: #FFB6D4;
}
</style>
background-color css
<style>
a { background-color: #FFB6D4; }
a { background-color: rgb(255,182,212); }
div.DivClassName
{
background-color: #FFB6D4;
}
.BgClassName
{
background-color: #FFB6D4;
}
</style>
border-color css
<style>
span { border-color: #FFB6D4; }
span { border-color: rgb(255,182,212); }
td.TdClassName
{
border-color: #FFB6D4;
}
.TagClassName
{
border-color: #FFB6D4;
}
</style>