Shades of Cotton Candy #FFB7CD
Tints of Cotton Candy #FFB7CD
RGB
CMYK
RGB Variations
Color information
#FFB7CD (or 0xFFB7CD) is known color: Cotton Candy. HEX triplet: FF, B7 and CD. RGB value is (255,183,205). Sum of RGB (Red+Green+Blue) = 255+183+205=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CD is #004832. Grayscale: #CFCFCF. Windows color (decimal): -18483 or 13481983. OLE color: 13481983.
HSL color Cylindrical-coordinate representation of color #FFB7CD: hue angle of 341.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7CD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 205 | - |
| CMYK | 0 | 0.28 | 0.20 | 0 |
| HSL | 341.67º | 1% | 0.86% | - |
| HSV(B) | 341.67º | 0.28% | 1% | - |
| XYZ | 69.19 | 59.53 | 65.6 | - |
| YUV | 207.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 205 | 0 | 0.28 | 0.20 | 0 | 341.67 | 1 | 0.86 |
| Hex | FF | B7 | CD | 0 | 1C | 14 | 0 | 156 | 64 | 56 |
| Octal | 377 | 267 | 315 | 0 | 34 | 24 | 0 | 526 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11001101 | 0 | 11100 | 10100 | 0 | 101010110 | 1100100 | 1010110 |
Color Harmonies of #FFB7CD
Complementary color
Monochromatic Colors of #FFB7CD
Black with #FFB7CD
Text Example
Text Example
White with #FFB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7CD; }
p { color: rgb(255,183,205); }
H1.HeaderClassName
{
color: #FFB7CD;
}
.AnyTagClassName
{
color: #FFB7CD;
}
</style>
background-color css
<style>
a { background-color: #FFB7CD; }
a { background-color: rgb(255,183,205); }
div.DivClassName
{
background-color: #FFB7CD;
}
.BgClassName
{
background-color: #FFB7CD;
}
</style>
border-color css
<style>
span { border-color: #FFB7CD; }
span { border-color: rgb(255,183,205); }
td.TdClassName
{
border-color: #FFB7CD;
}
.TagClassName
{
border-color: #FFB7CD;
}
</style>