Shades of Cotton Candy #FFB7D8
Tints of Cotton Candy #FFB7D8
RGB
CMYK
RGB Variations
Color information
#FFB7D8 (or 0xFFB7D8) is known color: Cotton Candy. HEX triplet: FF, B7 and D8. RGB value is (255,183,216). Sum of RGB (Red+Green+Blue) = 255+183+216=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7D8 is #004827. Grayscale: #D0D0D0. Windows color (decimal): -18472 or 14202879. OLE color: 14202879.
HSL color Cylindrical-coordinate representation of color #FFB7D8: hue angle of 332.5º 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 #FFB7D8 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 216 | - |
| CMYK | 0 | 0.28 | 0.15 | 0 |
| HSL | 332.5º | 1% | 0.86% | - |
| HSV(B) | 332.5º | 0.28% | 1% | - |
| XYZ | 70.57 | 60.08 | 72.84 | - |
| YUV | 208.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 216 | 0 | 0.28 | 0.15 | 0 | 332.5 | 1 | 0.86 |
| Hex | FF | B7 | D8 | 0 | 1C | F | 0 | 14C | 64 | 56 |
| Octal | 377 | 267 | 330 | 0 | 34 | 17 | 0 | 514 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11011000 | 0 | 11100 | 1111 | 0 | 101001100 | 1100100 | 1010110 |
Color Harmonies of #FFB7D8
Complementary color
Monochromatic Colors of #FFB7D8
Black with #FFB7D8
Text Example
Text Example
White with #FFB7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7D8; }
p { color: rgb(255,183,216); }
H1.HeaderClassName
{
color: #FFB7D8;
}
.AnyTagClassName
{
color: #FFB7D8;
}
</style>
background-color css
<style>
a { background-color: #FFB7D8; }
a { background-color: rgb(255,183,216); }
div.DivClassName
{
background-color: #FFB7D8;
}
.BgClassName
{
background-color: #FFB7D8;
}
</style>
border-color css
<style>
span { border-color: #FFB7D8; }
span { border-color: rgb(255,183,216); }
td.TdClassName
{
border-color: #FFB7D8;
}
.TagClassName
{
border-color: #FFB7D8;
}
</style>