Shades of Cotton Candy #FFB7D7
Tints of Cotton Candy #FFB7D7
RGB
CMYK
RGB Variations
Color information
#FFB7D7 (or 0xFFB7D7) is known color: Cotton Candy. HEX triplet: FF, B7 and D7. RGB value is (255,183,215). Sum of RGB (Red+Green+Blue) = 255+183+215=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7D7 is #004828. Grayscale: #D0D0D0. Windows color (decimal): -18473 or 14137343. OLE color: 14137343.
HSL color Cylindrical-coordinate representation of color #FFB7D7: hue angle of 333.33º 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 #FFB7D7 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 215 | - |
| CMYK | 0 | 0.28 | 0.16 | 0 |
| HSL | 333.33º | 1% | 0.86% | - |
| HSV(B) | 333.33º | 0.28% | 1% | - |
| XYZ | 70.44 | 60.03 | 72.17 | - |
| YUV | 208.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 215 | 0 | 0.28 | 0.16 | 0 | 333.33 | 1 | 0.86 |
| Hex | FF | B7 | D7 | 0 | 1C | 10 | 0 | 14D | 64 | 56 |
| Octal | 377 | 267 | 327 | 0 | 34 | 20 | 0 | 515 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11010111 | 0 | 11100 | 10000 | 0 | 101001101 | 1100100 | 1010110 |
Color Harmonies of #FFB7D7
Complementary color
Monochromatic Colors of #FFB7D7
Black with #FFB7D7
Text Example
Text Example
White with #FFB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7D7; }
p { color: rgb(255,183,215); }
H1.HeaderClassName
{
color: #FFB7D7;
}
.AnyTagClassName
{
color: #FFB7D7;
}
</style>
background-color css
<style>
a { background-color: #FFB7D7; }
a { background-color: rgb(255,183,215); }
div.DivClassName
{
background-color: #FFB7D7;
}
.BgClassName
{
background-color: #FFB7D7;
}
</style>
border-color css
<style>
span { border-color: #FFB7D7; }
span { border-color: rgb(255,183,215); }
td.TdClassName
{
border-color: #FFB7D7;
}
.TagClassName
{
border-color: #FFB7D7;
}
</style>