Shades of Cotton Candy #FFB5D7
Tints of Cotton Candy #FFB5D7
RGB
CMYK
RGB Variations
Color information
#FFB5D7 (or 0xFFB5D7) is known color: Cotton Candy. HEX triplet: FF, B5 and D7. RGB value is (255,181,215). Sum of RGB (Red+Green+Blue) = 255+181+215=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D7 is #004A28. Grayscale: #CECECE. Windows color (decimal): -18985 or 14136831. OLE color: 14136831.
HSL color Cylindrical-coordinate representation of color #FFB5D7: hue angle of 332.43º 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 #FFB5D7 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 215 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 332.43º | 1% | 0.85% | - |
| HSV(B) | 332.43º | 0.29% | 1% | - |
| XYZ | 70.03 | 59.21 | 72.03 | - |
| YUV | 207 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 215 | 0 | 0.29 | 0.16 | 0 | 332.43 | 1 | 0.85 |
| Hex | FF | B5 | D7 | 0 | 1D | 10 | 0 | 14C | 64 | 55 |
| Octal | 377 | 265 | 327 | 0 | 35 | 20 | 0 | 514 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11010111 | 0 | 11101 | 10000 | 0 | 101001100 | 1100100 | 1010101 |
Color Harmonies of #FFB5D7
Complementary color
Monochromatic Colors of #FFB5D7
Black with #FFB5D7
Text Example
Text Example
White with #FFB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D7; }
p { color: rgb(255,181,215); }
H1.HeaderClassName
{
color: #FFB5D7;
}
.AnyTagClassName
{
color: #FFB5D7;
}
</style>
background-color css
<style>
a { background-color: #FFB5D7; }
a { background-color: rgb(255,181,215); }
div.DivClassName
{
background-color: #FFB5D7;
}
.BgClassName
{
background-color: #FFB5D7;
}
</style>
border-color css
<style>
span { border-color: #FFB5D7; }
span { border-color: rgb(255,181,215); }
td.TdClassName
{
border-color: #FFB5D7;
}
.TagClassName
{
border-color: #FFB5D7;
}
</style>