Shades of Cotton Candy #FFB6DE
Tints of Cotton Candy #FFB6DE
RGB
CMYK
RGB Variations
Color information
#FFB6DE (or 0xFFB6DE) is known color: Cotton Candy. HEX triplet: FF, B6 and DE. RGB value is (255,182,222). Sum of RGB (Red+Green+Blue) = 255+182+222=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DE is #004921. Grayscale: #D0D0D0. Windows color (decimal): -18722 or 14595839. OLE color: 14595839.
HSL color Cylindrical-coordinate representation of color #FFB6DE: hue angle of 327.12º 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 #FFB6DE is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 222 | - |
| CMYK | 0 | 0.29 | 0.13 | 0 |
| HSL | 327.12º | 1% | 0.86% | - |
| HSV(B) | 327.12º | 0.29% | 1% | - |
| XYZ | 71.15 | 59.99 | 76.94 | - |
| YUV | 208.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 222 | 0 | 0.29 | 0.13 | 0 | 327.12 | 1 | 0.86 |
| Hex | FF | B6 | DE | 0 | 1D | D | 0 | 147 | 64 | 56 |
| Octal | 377 | 266 | 336 | 0 | 35 | 15 | 0 | 507 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11011110 | 0 | 11101 | 1101 | 0 | 101000111 | 1100100 | 1010110 |
Color Harmonies of #FFB6DE
Complementary color
Monochromatic Colors of #FFB6DE
Black with #FFB6DE
Text Example
Text Example
White with #FFB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6DE; }
p { color: rgb(255,182,222); }
H1.HeaderClassName
{
color: #FFB6DE;
}
.AnyTagClassName
{
color: #FFB6DE;
}
</style>
background-color css
<style>
a { background-color: #FFB6DE; }
a { background-color: rgb(255,182,222); }
div.DivClassName
{
background-color: #FFB6DE;
}
.BgClassName
{
background-color: #FFB6DE;
}
</style>
border-color css
<style>
span { border-color: #FFB6DE; }
span { border-color: rgb(255,182,222); }
td.TdClassName
{
border-color: #FFB6DE;
}
.TagClassName
{
border-color: #FFB6DE;
}
</style>