Shades of Cotton Candy #FFB5CD
Tints of Cotton Candy #FFB5CD
RGB
CMYK
RGB Variations
Color information
#FFB5CD (or 0xFFB5CD) is known color: Cotton Candy. HEX triplet: FF, B5 and CD. RGB value is (255,181,205). Sum of RGB (Red+Green+Blue) = 255+181+205=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5CD is #004A32. Grayscale: #CDCDCD. Windows color (decimal): -18995 or 13481471. OLE color: 13481471.
HSL color Cylindrical-coordinate representation of color #FFB5CD: hue angle of 340.54º 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 #FFB5CD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 205 | - |
| CMYK | 0 | 0.29 | 0.20 | 0 |
| HSL | 340.54º | 1% | 0.85% | - |
| HSV(B) | 340.54º | 0.29% | 1% | - |
| XYZ | 68.78 | 58.72 | 65.47 | - |
| YUV | 205.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 205 | 0 | 0.29 | 0.20 | 0 | 340.54 | 1 | 0.85 |
| Hex | FF | B5 | CD | 0 | 1D | 14 | 0 | 155 | 64 | 55 |
| Octal | 377 | 265 | 315 | 0 | 35 | 24 | 0 | 525 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11001101 | 0 | 11101 | 10100 | 0 | 101010101 | 1100100 | 1010101 |
Color Harmonies of #FFB5CD
Complementary color
Monochromatic Colors of #FFB5CD
Black with #FFB5CD
Text Example
Text Example
White with #FFB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5CD; }
p { color: rgb(255,181,205); }
H1.HeaderClassName
{
color: #FFB5CD;
}
.AnyTagClassName
{
color: #FFB5CD;
}
</style>
background-color css
<style>
a { background-color: #FFB5CD; }
a { background-color: rgb(255,181,205); }
div.DivClassName
{
background-color: #FFB5CD;
}
.BgClassName
{
background-color: #FFB5CD;
}
</style>
border-color css
<style>
span { border-color: #FFB5CD; }
span { border-color: rgb(255,181,205); }
td.TdClassName
{
border-color: #FFB5CD;
}
.TagClassName
{
border-color: #FFB5CD;
}
</style>