Shades of Cotton Candy #FFBAD8
Tints of Cotton Candy #FFBAD8
RGB
CMYK
RGB Variations
Color information
#FFBAD8 (or 0xFFBAD8) is known color: Cotton Candy. HEX triplet: FF, BA and D8. RGB value is (255,186,216). Sum of RGB (Red+Green+Blue) = 255+186+216=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD8 is #004527. Grayscale: #D2D2D2. Windows color (decimal): -17704 or 14203647. OLE color: 14203647.
HSL color Cylindrical-coordinate representation of color #FFBAD8: hue angle of 333.91º 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 #FFBAD8 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 216 | - |
| CMYK | 0 | 0.27 | 0.15 | 0 |
| HSL | 333.91º | 1% | 0.86% | - |
| HSV(B) | 333.91º | 0.27% | 1% | - |
| XYZ | 71.19 | 61.34 | 73.05 | - |
| YUV | 210.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 216 | 0 | 0.27 | 0.15 | 0 | 333.91 | 1 | 0.86 |
| Hex | FF | BA | D8 | 0 | 1B | F | 0 | 14E | 64 | 56 |
| Octal | 377 | 272 | 330 | 0 | 33 | 17 | 0 | 516 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11011000 | 0 | 11011 | 1111 | 0 | 101001110 | 1100100 | 1010110 |
Color Harmonies of #FFBAD8
Complementary color
Monochromatic Colors of #FFBAD8
Black with #FFBAD8
Text Example
Text Example
White with #FFBAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAD8; }
p { color: rgb(255,186,216); }
H1.HeaderClassName
{
color: #FFBAD8;
}
.AnyTagClassName
{
color: #FFBAD8;
}
</style>
background-color css
<style>
a { background-color: #FFBAD8; }
a { background-color: rgb(255,186,216); }
div.DivClassName
{
background-color: #FFBAD8;
}
.BgClassName
{
background-color: #FFBAD8;
}
</style>
border-color css
<style>
span { border-color: #FFBAD8; }
span { border-color: rgb(255,186,216); }
td.TdClassName
{
border-color: #FFBAD8;
}
.TagClassName
{
border-color: #FFBAD8;
}
</style>