Shades of Cotton Candy #FFB6D5
Tints of Cotton Candy #FFB6D5
RGB
CMYK
RGB Variations
Color information
#FFB6D5 (or 0xFFB6D5) is known color: Cotton Candy. HEX triplet: FF, B6 and D5. RGB value is (255,182,213). Sum of RGB (Red+Green+Blue) = 255+182+213=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D5 is #00492A. Grayscale: #CFCFCF. Windows color (decimal): -18731 or 14006015. OLE color: 14006015.
HSL color Cylindrical-coordinate representation of color #FFB6D5: hue angle of 334.52º 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 #FFB6D5 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 213 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 334.52º | 1% | 0.86% | - |
| HSV(B) | 334.52º | 0.29% | 1% | - |
| XYZ | 69.98 | 59.52 | 70.75 | - |
| YUV | 207.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 213 | 0 | 0.29 | 0.16 | 0 | 334.52 | 1 | 0.86 |
| Hex | FF | B6 | D5 | 0 | 1D | 10 | 0 | 14F | 64 | 56 |
| Octal | 377 | 266 | 325 | 0 | 35 | 20 | 0 | 517 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11010101 | 0 | 11101 | 10000 | 0 | 101001111 | 1100100 | 1010110 |
Color Harmonies of #FFB6D5
Complementary color
Monochromatic Colors of #FFB6D5
Black with #FFB6D5
Text Example
Text Example
White with #FFB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6D5; }
p { color: rgb(255,182,213); }
H1.HeaderClassName
{
color: #FFB6D5;
}
.AnyTagClassName
{
color: #FFB6D5;
}
</style>
background-color css
<style>
a { background-color: #FFB6D5; }
a { background-color: rgb(255,182,213); }
div.DivClassName
{
background-color: #FFB6D5;
}
.BgClassName
{
background-color: #FFB6D5;
}
</style>
border-color css
<style>
span { border-color: #FFB6D5; }
span { border-color: rgb(255,182,213); }
td.TdClassName
{
border-color: #FFB6D5;
}
.TagClassName
{
border-color: #FFB6D5;
}
</style>