Shades of Cotton Candy #FFB6DA
Tints of Cotton Candy #FFB6DA
RGB
CMYK
RGB Variations
Color information
#FFB6DA (or 0xFFB6DA) is known color: Cotton Candy. HEX triplet: FF, B6 and DA. RGB value is (255,182,218). Sum of RGB (Red+Green+Blue) = 255+182+218=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DA is #004925. Grayscale: #CFCFCF. Windows color (decimal): -18726 or 14333695. OLE color: 14333695.
HSL color Cylindrical-coordinate representation of color #FFB6DA: hue angle of 330.41º 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 #FFB6DA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 218 | - |
| CMYK | 0 | 0.29 | 0.15 | 0 |
| HSL | 330.41º | 1% | 0.86% | - |
| HSV(B) | 330.41º | 0.29% | 1% | - |
| XYZ | 70.62 | 59.78 | 74.15 | - |
| YUV | 207.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 218 | 0 | 0.29 | 0.15 | 0 | 330.41 | 1 | 0.86 |
| Hex | FF | B6 | DA | 0 | 1D | F | 0 | 14A | 64 | 56 |
| Octal | 377 | 266 | 332 | 0 | 35 | 17 | 0 | 512 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11011010 | 0 | 11101 | 1111 | 0 | 101001010 | 1100100 | 1010110 |
Color Harmonies of #FFB6DA
Complementary color
Monochromatic Colors of #FFB6DA
Black with #FFB6DA
Text Example
Text Example
White with #FFB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6DA; }
p { color: rgb(255,182,218); }
H1.HeaderClassName
{
color: #FFB6DA;
}
.AnyTagClassName
{
color: #FFB6DA;
}
</style>
background-color css
<style>
a { background-color: #FFB6DA; }
a { background-color: rgb(255,182,218); }
div.DivClassName
{
background-color: #FFB6DA;
}
.BgClassName
{
background-color: #FFB6DA;
}
</style>
border-color css
<style>
span { border-color: #FFB6DA; }
span { border-color: rgb(255,182,218); }
td.TdClassName
{
border-color: #FFB6DA;
}
.TagClassName
{
border-color: #FFB6DA;
}
</style>