Shades of Cotton Candy #FFB3D5
Tints of Cotton Candy #FFB3D5
RGB
CMYK
RGB Variations
Color information
#FFB3D5 (or 0xFFB3D5) is known color: Cotton Candy. HEX triplet: FF, B3 and D5. RGB value is (255,179,213). Sum of RGB (Red+Green+Blue) = 255+179+213=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D5 is #004C2A. Grayscale: #CDCDCD. Windows color (decimal): -19499 or 14005247. OLE color: 14005247.
HSL color Cylindrical-coordinate representation of color #FFB3D5: hue angle of 333.16º 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 #FFB3D5 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 213 | - |
| CMYK | 0 | 0.30 | 0.16 | 0 |
| HSL | 333.16º | 1% | 0.85% | - |
| HSV(B) | 333.16º | 0.3% | 1% | - |
| XYZ | 69.37 | 58.3 | 70.55 | - |
| YUV | 205.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 213 | 0 | 0.30 | 0.16 | 0 | 333.16 | 1 | 0.85 |
| Hex | FF | B3 | D5 | 0 | 1E | 10 | 0 | 14D | 64 | 55 |
| Octal | 377 | 263 | 325 | 0 | 36 | 20 | 0 | 515 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11010101 | 0 | 11110 | 10000 | 0 | 101001101 | 1100100 | 1010101 |
Color Harmonies of #FFB3D5
Complementary color
Monochromatic Colors of #FFB3D5
Black with #FFB3D5
Text Example
Text Example
White with #FFB3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3D5; }
p { color: rgb(255,179,213); }
H1.HeaderClassName
{
color: #FFB3D5;
}
.AnyTagClassName
{
color: #FFB3D5;
}
</style>
background-color css
<style>
a { background-color: #FFB3D5; }
a { background-color: rgb(255,179,213); }
div.DivClassName
{
background-color: #FFB3D5;
}
.BgClassName
{
background-color: #FFB3D5;
}
</style>
border-color css
<style>
span { border-color: #FFB3D5; }
span { border-color: rgb(255,179,213); }
td.TdClassName
{
border-color: #FFB3D5;
}
.TagClassName
{
border-color: #FFB3D5;
}
</style>