Shades of Cotton Candy #FFBADC
Tints of Cotton Candy #FFBADC
RGB
CMYK
RGB Variations
Color information
#FFBADC (or 0xFFBADC) is known color: Cotton Candy. HEX triplet: FF, BA and DC. RGB value is (255,186,220). Sum of RGB (Red+Green+Blue) = 255+186+220=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBADC is #004523. Grayscale: #D2D2D2. Windows color (decimal): -17700 or 14465791. OLE color: 14465791.
HSL color Cylindrical-coordinate representation of color #FFBADC: hue angle of 330.43º 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 #FFBADC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 220 | - |
| CMYK | 0 | 0.27 | 0.14 | 0 |
| HSL | 330.43º | 1% | 0.86% | - |
| HSV(B) | 330.43º | 0.27% | 1% | - |
| XYZ | 71.72 | 61.55 | 75.81 | - |
| YUV | 210.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 220 | 0 | 0.27 | 0.14 | 0 | 330.43 | 1 | 0.86 |
| Hex | FF | BA | DC | 0 | 1B | E | 0 | 14A | 64 | 56 |
| Octal | 377 | 272 | 334 | 0 | 33 | 16 | 0 | 512 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11011100 | 0 | 11011 | 1110 | 0 | 101001010 | 1100100 | 1010110 |
Color Harmonies of #FFBADC
Complementary color
Monochromatic Colors of #FFBADC
Black with #FFBADC
Text Example
Text Example
White with #FFBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBADC; }
p { color: rgb(255,186,220); }
H1.HeaderClassName
{
color: #FFBADC;
}
.AnyTagClassName
{
color: #FFBADC;
}
</style>
background-color css
<style>
a { background-color: #FFBADC; }
a { background-color: rgb(255,186,220); }
div.DivClassName
{
background-color: #FFBADC;
}
.BgClassName
{
background-color: #FFBADC;
}
</style>
border-color css
<style>
span { border-color: #FFBADC; }
span { border-color: rgb(255,186,220); }
td.TdClassName
{
border-color: #FFBADC;
}
.TagClassName
{
border-color: #FFBADC;
}
</style>