Shades of Cotton Candy #FFB5DE
Tints of Cotton Candy #FFB5DE
RGB
CMYK
RGB Variations
Color information
#FFB5DE (or 0xFFB5DE) is known color: Cotton Candy. HEX triplet: FF, B5 and DE. RGB value is (255,181,222). Sum of RGB (Red+Green+Blue) = 255+181+222=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DE is #004A21. Grayscale: #CFCFCF. Windows color (decimal): -18978 or 14595583. OLE color: 14595583.
HSL color Cylindrical-coordinate representation of color #FFB5DE: hue angle of 326.76º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5DE is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 222 | - |
| CMYK | 0 | 0.29 | 0.13 | 0 |
| HSL | 326.76º | 1% | 0.85% | - |
| HSV(B) | 326.76º | 0.29% | 1% | - |
| XYZ | 70.95 | 59.58 | 76.87 | - |
| YUV | 207.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 222 | 0 | 0.29 | 0.13 | 0 | 326.76 | 1 | 0.85 |
| Hex | FF | B5 | DE | 0 | 1D | D | 0 | 147 | 64 | 55 |
| Octal | 377 | 265 | 336 | 0 | 35 | 15 | 0 | 507 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11011110 | 0 | 11101 | 1101 | 0 | 101000111 | 1100100 | 1010101 |
Color Harmonies of #FFB5DE
Complementary color
Monochromatic Colors of #FFB5DE
Black with #FFB5DE
Text Example
Text Example
White with #FFB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5DE; }
p { color: rgb(255,181,222); }
H1.HeaderClassName
{
color: #FFB5DE;
}
.AnyTagClassName
{
color: #FFB5DE;
}
</style>
background-color css
<style>
a { background-color: #FFB5DE; }
a { background-color: rgb(255,181,222); }
div.DivClassName
{
background-color: #FFB5DE;
}
.BgClassName
{
background-color: #FFB5DE;
}
</style>
border-color css
<style>
span { border-color: #FFB5DE; }
span { border-color: rgb(255,181,222); }
td.TdClassName
{
border-color: #FFB5DE;
}
.TagClassName
{
border-color: #FFB5DE;
}
</style>