Shades of Cotton Candy #FFBAD1
Tints of Cotton Candy #FFBAD1
RGB
CMYK
RGB Variations
Color information
#FFBAD1 (or 0xFFBAD1) is known color: Cotton Candy. HEX triplet: FF, BA and D1. RGB value is (255,186,209). Sum of RGB (Red+Green+Blue) = 255+186+209=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD1 is #00452E. Grayscale: #D1D1D1. Windows color (decimal): -17711 or 13744895. OLE color: 13744895.
HSL color Cylindrical-coordinate representation of color #FFBAD1: hue angle of 340º 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 #FFBAD1 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 209 | - |
| CMYK | 0 | 0.27 | 0.18 | 0 |
| HSL | 340º | 1% | 0.86% | - |
| HSV(B) | 340º | 0.27% | 1% | - |
| XYZ | 70.31 | 60.98 | 68.39 | - |
| YUV | 209.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 209 | 0 | 0.27 | 0.18 | 0 | 340 | 1 | 0.86 |
| Hex | FF | BA | D1 | 0 | 1B | 12 | 0 | 154 | 64 | 56 |
| Octal | 377 | 272 | 321 | 0 | 33 | 22 | 0 | 524 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11010001 | 0 | 11011 | 10010 | 0 | 101010100 | 1100100 | 1010110 |
Color Harmonies of #FFBAD1
Complementary color
Monochromatic Colors of #FFBAD1
Black with #FFBAD1
Text Example
Text Example
White with #FFBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAD1; }
p { color: rgb(255,186,209); }
H1.HeaderClassName
{
color: #FFBAD1;
}
.AnyTagClassName
{
color: #FFBAD1;
}
</style>
background-color css
<style>
a { background-color: #FFBAD1; }
a { background-color: rgb(255,186,209); }
div.DivClassName
{
background-color: #FFBAD1;
}
.BgClassName
{
background-color: #FFBAD1;
}
</style>
border-color css
<style>
span { border-color: #FFBAD1; }
span { border-color: rgb(255,186,209); }
td.TdClassName
{
border-color: #FFBAD1;
}
.TagClassName
{
border-color: #FFBAD1;
}
</style>