Shades of Cotton Candy #FFBAD0
Tints of Cotton Candy #FFBAD0
RGB
CMYK
RGB Variations
Color information
#FFBAD0 (or 0xFFBAD0) is known color: Cotton Candy. HEX triplet: FF, BA and D0. RGB value is (255,186,208). Sum of RGB (Red+Green+Blue) = 255+186+208=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD0 is #00452F. Grayscale: #D1D1D1. Windows color (decimal): -17712 or 13679359. OLE color: 13679359.
HSL color Cylindrical-coordinate representation of color #FFBAD0: hue angle of 340.87º 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 #FFBAD0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 208 | - |
| CMYK | 0 | 0.27 | 0.18 | 0 |
| HSL | 340.87º | 1% | 0.86% | - |
| HSV(B) | 340.87º | 0.27% | 1% | - |
| XYZ | 70.18 | 60.93 | 67.74 | - |
| YUV | 209.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 208 | 0 | 0.27 | 0.18 | 0 | 340.87 | 1 | 0.86 |
| Hex | FF | BA | D0 | 0 | 1B | 12 | 0 | 155 | 64 | 56 |
| Octal | 377 | 272 | 320 | 0 | 33 | 22 | 0 | 525 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11010000 | 0 | 11011 | 10010 | 0 | 101010101 | 1100100 | 1010110 |
Color Harmonies of #FFBAD0
Complementary color
Monochromatic Colors of #FFBAD0
Black with #FFBAD0
Text Example
Text Example
White with #FFBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAD0; }
p { color: rgb(255,186,208); }
H1.HeaderClassName
{
color: #FFBAD0;
}
.AnyTagClassName
{
color: #FFBAD0;
}
</style>
background-color css
<style>
a { background-color: #FFBAD0; }
a { background-color: rgb(255,186,208); }
div.DivClassName
{
background-color: #FFBAD0;
}
.BgClassName
{
background-color: #FFBAD0;
}
</style>
border-color css
<style>
span { border-color: #FFBAD0; }
span { border-color: rgb(255,186,208); }
td.TdClassName
{
border-color: #FFBAD0;
}
.TagClassName
{
border-color: #FFBAD0;
}
</style>