Shades of Cotton Candy #FFBADB
Tints of Cotton Candy #FFBADB
RGB
CMYK
RGB Variations
Color information
#FFBADB (or 0xFFBADB) is known color: Cotton Candy. HEX triplet: FF, BA and DB. RGB value is (255,186,219). Sum of RGB (Red+Green+Blue) = 255+186+219=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBADB is #004524. Grayscale: #D2D2D2. Windows color (decimal): -17701 or 14400255. OLE color: 14400255.
HSL color Cylindrical-coordinate representation of color #FFBADB: hue angle of 331.3º 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 #FFBADB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 219 | - |
| CMYK | 0 | 0.27 | 0.14 | 0 |
| HSL | 331.3º | 1% | 0.86% | - |
| HSV(B) | 331.3º | 0.27% | 1% | - |
| XYZ | 71.59 | 61.49 | 75.11 | - |
| YUV | 210.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 219 | 0 | 0.27 | 0.14 | 0 | 331.3 | 1 | 0.86 |
| Hex | FF | BA | DB | 0 | 1B | E | 0 | 14B | 64 | 56 |
| Octal | 377 | 272 | 333 | 0 | 33 | 16 | 0 | 513 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11011011 | 0 | 11011 | 1110 | 0 | 101001011 | 1100100 | 1010110 |
Color Harmonies of #FFBADB
Complementary color
Monochromatic Colors of #FFBADB
Black with #FFBADB
Text Example
Text Example
White with #FFBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBADB; }
p { color: rgb(255,186,219); }
H1.HeaderClassName
{
color: #FFBADB;
}
.AnyTagClassName
{
color: #FFBADB;
}
</style>
background-color css
<style>
a { background-color: #FFBADB; }
a { background-color: rgb(255,186,219); }
div.DivClassName
{
background-color: #FFBADB;
}
.BgClassName
{
background-color: #FFBADB;
}
</style>
border-color css
<style>
span { border-color: #FFBADB; }
span { border-color: rgb(255,186,219); }
td.TdClassName
{
border-color: #FFBADB;
}
.TagClassName
{
border-color: #FFBADB;
}
</style>