Shades of Cotton Candy #FFBADD
Tints of Cotton Candy #FFBADD
RGB
CMYK
RGB Variations
Color information
#FFBADD (or 0xFFBADD) is known color: Cotton Candy. HEX triplet: FF, BA and DD. RGB value is (255,186,221). Sum of RGB (Red+Green+Blue) = 255+186+221=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBADD is #004522. Grayscale: #D2D2D2. Windows color (decimal): -17699 or 14531327. OLE color: 14531327.
HSL color Cylindrical-coordinate representation of color #FFBADD: hue angle of 329.57º 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 #FFBADD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 221 | - |
| CMYK | 0 | 0.27 | 0.13 | 0 |
| HSL | 329.57º | 1% | 0.86% | - |
| HSV(B) | 329.57º | 0.27% | 1% | - |
| XYZ | 71.85 | 61.6 | 76.51 | - |
| YUV | 210.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 221 | 0 | 0.27 | 0.13 | 0 | 329.57 | 1 | 0.86 |
| Hex | FF | BA | DD | 0 | 1B | D | 0 | 14A | 64 | 56 |
| Octal | 377 | 272 | 335 | 0 | 33 | 15 | 0 | 512 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11011101 | 0 | 11011 | 1101 | 0 | 101001010 | 1100100 | 1010110 |
Color Harmonies of #FFBADD
Complementary color
Monochromatic Colors of #FFBADD
Black with #FFBADD
Text Example
Text Example
White with #FFBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBADD; }
p { color: rgb(255,186,221); }
H1.HeaderClassName
{
color: #FFBADD;
}
.AnyTagClassName
{
color: #FFBADD;
}
</style>
background-color css
<style>
a { background-color: #FFBADD; }
a { background-color: rgb(255,186,221); }
div.DivClassName
{
background-color: #FFBADD;
}
.BgClassName
{
background-color: #FFBADD;
}
</style>
border-color css
<style>
span { border-color: #FFBADD; }
span { border-color: rgb(255,186,221); }
td.TdClassName
{
border-color: #FFBADD;
}
.TagClassName
{
border-color: #FFBADD;
}
</style>