Shades of Cotton Candy #FFBAD4
Tints of Cotton Candy #FFBAD4
RGB
CMYK
RGB Variations
Color information
#FFBAD4 (or 0xFFBAD4) is known color: Cotton Candy. HEX triplet: FF, BA and D4. RGB value is (255,186,212). Sum of RGB (Red+Green+Blue) = 255+186+212=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD4 is #00452B. Grayscale: #D1D1D1. Windows color (decimal): -17708 or 13941503. OLE color: 13941503.
HSL color Cylindrical-coordinate representation of color #FFBAD4: hue angle of 337.39º 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 #FFBAD4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 212 | - |
| CMYK | 0 | 0.27 | 0.17 | 0 |
| HSL | 337.39º | 1% | 0.86% | - |
| HSV(B) | 337.39º | 0.27% | 1% | - |
| XYZ | 70.68 | 61.13 | 70.36 | - |
| YUV | 209.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 212 | 0 | 0.27 | 0.17 | 0 | 337.39 | 1 | 0.86 |
| Hex | FF | BA | D4 | 0 | 1B | 11 | 0 | 151 | 64 | 56 |
| Octal | 377 | 272 | 324 | 0 | 33 | 21 | 0 | 521 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11010100 | 0 | 11011 | 10001 | 0 | 101010001 | 1100100 | 1010110 |
Color Harmonies of #FFBAD4
Complementary color
Monochromatic Colors of #FFBAD4
Black with #FFBAD4
Text Example
Text Example
White with #FFBAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAD4; }
p { color: rgb(255,186,212); }
H1.HeaderClassName
{
color: #FFBAD4;
}
.AnyTagClassName
{
color: #FFBAD4;
}
</style>
background-color css
<style>
a { background-color: #FFBAD4; }
a { background-color: rgb(255,186,212); }
div.DivClassName
{
background-color: #FFBAD4;
}
.BgClassName
{
background-color: #FFBAD4;
}
</style>
border-color css
<style>
span { border-color: #FFBAD4; }
span { border-color: rgb(255,186,212); }
td.TdClassName
{
border-color: #FFBAD4;
}
.TagClassName
{
border-color: #FFBAD4;
}
</style>