Shades of Cotton Candy #FFB3D7
Tints of Cotton Candy #FFB3D7
RGB
CMYK
RGB Variations
Color information
#FFB3D7 (or 0xFFB3D7) is known color: Cotton Candy. HEX triplet: FF, B3 and D7. RGB value is (255,179,215). Sum of RGB (Red+Green+Blue) = 255+179+215=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D7 is #004C28. Grayscale: #CDCDCD. Windows color (decimal): -19497 or 14136319. OLE color: 14136319.
HSL color Cylindrical-coordinate representation of color #FFB3D7: hue angle of 331.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3D7 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 215 | - |
| CMYK | 0 | 0.30 | 0.16 | 0 |
| HSL | 331.58º | 1% | 0.85% | - |
| HSV(B) | 331.58º | 0.3% | 1% | - |
| XYZ | 69.63 | 58.41 | 71.89 | - |
| YUV | 205.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 215 | 0 | 0.30 | 0.16 | 0 | 331.58 | 1 | 0.85 |
| Hex | FF | B3 | D7 | 0 | 1E | 10 | 0 | 14C | 64 | 55 |
| Octal | 377 | 263 | 327 | 0 | 36 | 20 | 0 | 514 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11010111 | 0 | 11110 | 10000 | 0 | 101001100 | 1100100 | 1010101 |
Color Harmonies of #FFB3D7
Complementary color
Monochromatic Colors of #FFB3D7
Black with #FFB3D7
Text Example
Text Example
White with #FFB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3D7; }
p { color: rgb(255,179,215); }
H1.HeaderClassName
{
color: #FFB3D7;
}
.AnyTagClassName
{
color: #FFB3D7;
}
</style>
background-color css
<style>
a { background-color: #FFB3D7; }
a { background-color: rgb(255,179,215); }
div.DivClassName
{
background-color: #FFB3D7;
}
.BgClassName
{
background-color: #FFB3D7;
}
</style>
border-color css
<style>
span { border-color: #FFB3D7; }
span { border-color: rgb(255,179,215); }
td.TdClassName
{
border-color: #FFB3D7;
}
.TagClassName
{
border-color: #FFB3D7;
}
</style>