Shades of Cotton Candy #FFB5D9
Tints of Cotton Candy #FFB5D9
RGB
CMYK
RGB Variations
Color information
#FFB5D9 (or 0xFFB5D9) is known color: Cotton Candy. HEX triplet: FF, B5 and D9. RGB value is (255,181,217). Sum of RGB (Red+Green+Blue) = 255+181+217=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D9 is #004A26. Grayscale: #CFCFCF. Windows color (decimal): -18983 or 14267903. OLE color: 14267903.
HSL color Cylindrical-coordinate representation of color #FFB5D9: hue angle of 330.81º 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 #FFB5D9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 217 | - |
| CMYK | 0 | 0.29 | 0.15 | 0 |
| HSL | 330.81º | 1% | 0.85% | - |
| HSV(B) | 330.81º | 0.29% | 1% | - |
| XYZ | 70.29 | 59.32 | 73.39 | - |
| YUV | 207.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 217 | 0 | 0.29 | 0.15 | 0 | 330.81 | 1 | 0.85 |
| Hex | FF | B5 | D9 | 0 | 1D | F | 0 | 14B | 64 | 55 |
| Octal | 377 | 265 | 331 | 0 | 35 | 17 | 0 | 513 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11011001 | 0 | 11101 | 1111 | 0 | 101001011 | 1100100 | 1010101 |
Color Harmonies of #FFB5D9
Complementary color
Monochromatic Colors of #FFB5D9
Black with #FFB5D9
Text Example
Text Example
White with #FFB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D9; }
p { color: rgb(255,181,217); }
H1.HeaderClassName
{
color: #FFB5D9;
}
.AnyTagClassName
{
color: #FFB5D9;
}
</style>
background-color css
<style>
a { background-color: #FFB5D9; }
a { background-color: rgb(255,181,217); }
div.DivClassName
{
background-color: #FFB5D9;
}
.BgClassName
{
background-color: #FFB5D9;
}
</style>
border-color css
<style>
span { border-color: #FFB5D9; }
span { border-color: rgb(255,181,217); }
td.TdClassName
{
border-color: #FFB5D9;
}
.TagClassName
{
border-color: #FFB5D9;
}
</style>