Shades of Cotton Candy #FFBADF
Tints of Cotton Candy #FFBADF
RGB
CMYK
RGB Variations
Color information
#FFBADF (or 0xFFBADF) is known color: Cotton Candy. HEX triplet: FF, BA and DF. RGB value is (255,186,223). Sum of RGB (Red+Green+Blue) = 255+186+223=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBADF is #004520. Grayscale: #D2D2D2. Windows color (decimal): -17697 or 14662399. OLE color: 14662399.
HSL color Cylindrical-coordinate representation of color #FFBADF: hue angle of 327.83º 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 #FFBADF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 223 | - |
| CMYK | 0 | 0.27 | 0.13 | 0 |
| HSL | 327.83º | 1% | 0.86% | - |
| HSV(B) | 327.83º | 0.27% | 1% | - |
| XYZ | 72.12 | 61.71 | 77.92 | - |
| YUV | 210.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 223 | 0 | 0.27 | 0.13 | 0 | 327.83 | 1 | 0.86 |
| Hex | FF | BA | DF | 0 | 1B | D | 0 | 148 | 64 | 56 |
| Octal | 377 | 272 | 337 | 0 | 33 | 15 | 0 | 510 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11011111 | 0 | 11011 | 1101 | 0 | 101001000 | 1100100 | 1010110 |
Color Harmonies of #FFBADF
Complementary color
Monochromatic Colors of #FFBADF
Black with #FFBADF
Text Example
Text Example
White with #FFBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBADF; }
p { color: rgb(255,186,223); }
H1.HeaderClassName
{
color: #FFBADF;
}
.AnyTagClassName
{
color: #FFBADF;
}
</style>
background-color css
<style>
a { background-color: #FFBADF; }
a { background-color: rgb(255,186,223); }
div.DivClassName
{
background-color: #FFBADF;
}
.BgClassName
{
background-color: #FFBADF;
}
</style>
border-color css
<style>
span { border-color: #FFBADF; }
span { border-color: rgb(255,186,223); }
td.TdClassName
{
border-color: #FFBADF;
}
.TagClassName
{
border-color: #FFBADF;
}
</style>