Shades of Cotton Candy #FFB6D1
Tints of Cotton Candy #FFB6D1
RGB
CMYK
RGB Variations
Color information
#FFB6D1 (or 0xFFB6D1) is known color: Cotton Candy. HEX triplet: FF, B6 and D1. RGB value is (255,182,209). Sum of RGB (Red+Green+Blue) = 255+182+209=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D1 is #00492E. Grayscale: #CECECE. Windows color (decimal): -18735 or 13743871. OLE color: 13743871.
HSL color Cylindrical-coordinate representation of color #FFB6D1: hue angle of 337.81º 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 #FFB6D1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 209 | - |
| CMYK | 0 | 0.29 | 0.18 | 0 |
| HSL | 337.81º | 1% | 0.86% | - |
| HSV(B) | 337.81º | 0.29% | 1% | - |
| XYZ | 69.48 | 59.32 | 68.11 | - |
| YUV | 206.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 209 | 0 | 0.29 | 0.18 | 0 | 337.81 | 1 | 0.86 |
| Hex | FF | B6 | D1 | 0 | 1D | 12 | 0 | 152 | 64 | 56 |
| Octal | 377 | 266 | 321 | 0 | 35 | 22 | 0 | 522 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11010001 | 0 | 11101 | 10010 | 0 | 101010010 | 1100100 | 1010110 |
Color Harmonies of #FFB6D1
Complementary color
Monochromatic Colors of #FFB6D1
Black with #FFB6D1
Text Example
Text Example
White with #FFB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D1; }
p { color: rgb(255,182,209); }
H1.HeaderClassName
{
color: #FFB6D1;
}
.AnyTagClassName
{
color: #FFB6D1;
}
</style>
background-color css
<style>
a { background-color: #FFB6D1; }
a { background-color: rgb(255,182,209); }
div.DivClassName
{
background-color: #FFB6D1;
}
.BgClassName
{
background-color: #FFB6D1;
}
</style>
border-color css
<style>
span { border-color: #FFB6D1; }
span { border-color: rgb(255,182,209); }
td.TdClassName
{
border-color: #FFB6D1;
}
.TagClassName
{
border-color: #FFB6D1;
}
</style>