Shades of Cotton Candy #FFBAD5
Tints of Cotton Candy #FFBAD5
RGB
CMYK
RGB Variations
Color information
#FFBAD5 (or 0xFFBAD5) is known color: Cotton Candy. HEX triplet: FF, BA and D5. RGB value is (255,186,213). Sum of RGB (Red+Green+Blue) = 255+186+213=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD5 is #00452A. Grayscale: #D1D1D1. Windows color (decimal): -17707 or 14007039. OLE color: 14007039.
HSL color Cylindrical-coordinate representation of color #FFBAD5: hue angle of 336.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBAD5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 213 | - |
| CMYK | 0 | 0.27 | 0.16 | 0 |
| HSL | 336.52º | 1% | 0.86% | - |
| HSV(B) | 336.52º | 0.27% | 1% | - |
| XYZ | 70.81 | 61.18 | 71.03 | - |
| YUV | 209.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 213 | 0 | 0.27 | 0.16 | 0 | 336.52 | 1 | 0.86 |
| Hex | FF | BA | D5 | 0 | 1B | 10 | 0 | 151 | 64 | 56 |
| Octal | 377 | 272 | 325 | 0 | 33 | 20 | 0 | 521 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11010101 | 0 | 11011 | 10000 | 0 | 101010001 | 1100100 | 1010110 |
Color Harmonies of #FFBAD5
Complementary color
Monochromatic Colors of #FFBAD5
Black with #FFBAD5
Text Example
Text Example
White with #FFBAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAD5; }
p { color: rgb(255,186,213); }
H1.HeaderClassName
{
color: #FFBAD5;
}
.AnyTagClassName
{
color: #FFBAD5;
}
</style>
background-color css
<style>
a { background-color: #FFBAD5; }
a { background-color: rgb(255,186,213); }
div.DivClassName
{
background-color: #FFBAD5;
}
.BgClassName
{
background-color: #FFBAD5;
}
</style>
border-color css
<style>
span { border-color: #FFBAD5; }
span { border-color: rgb(255,186,213); }
td.TdClassName
{
border-color: #FFBAD5;
}
.TagClassName
{
border-color: #FFBAD5;
}
</style>