Shades of Cotton Candy #FFB5D5
Tints of Cotton Candy #FFB5D5
RGB
CMYK
RGB Variations
Color information
#FFB5D5 (or 0xFFB5D5) is known color: Cotton Candy. HEX triplet: FF, B5 and D5. RGB value is (255,181,213). Sum of RGB (Red+Green+Blue) = 255+181+213=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D5 is #004A2A. Grayscale: #CECECE. Windows color (decimal): -18987 or 14005759. OLE color: 14005759.
HSL color Cylindrical-coordinate representation of color #FFB5D5: hue angle of 334.05º 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 #FFB5D5 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 213 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 334.05º | 1% | 0.85% | - |
| HSV(B) | 334.05º | 0.29% | 1% | - |
| XYZ | 69.77 | 59.11 | 70.68 | - |
| YUV | 206.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 213 | 0 | 0.29 | 0.16 | 0 | 334.05 | 1 | 0.85 |
| Hex | FF | B5 | D5 | 0 | 1D | 10 | 0 | 14E | 64 | 55 |
| Octal | 377 | 265 | 325 | 0 | 35 | 20 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11010101 | 0 | 11101 | 10000 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB5D5
Complementary color
Monochromatic Colors of #FFB5D5
Black with #FFB5D5
Text Example
Text Example
White with #FFB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D5; }
p { color: rgb(255,181,213); }
H1.HeaderClassName
{
color: #FFB5D5;
}
.AnyTagClassName
{
color: #FFB5D5;
}
</style>
background-color css
<style>
a { background-color: #FFB5D5; }
a { background-color: rgb(255,181,213); }
div.DivClassName
{
background-color: #FFB5D5;
}
.BgClassName
{
background-color: #FFB5D5;
}
</style>
border-color css
<style>
span { border-color: #FFB5D5; }
span { border-color: rgb(255,181,213); }
td.TdClassName
{
border-color: #FFB5D5;
}
.TagClassName
{
border-color: #FFB5D5;
}
</style>