Shades of Cotton Candy #FFBAD2
Tints of Cotton Candy #FFBAD2
RGB
CMYK
RGB Variations
Color information
#FFBAD2 (or 0xFFBAD2) is known color: Cotton Candy. HEX triplet: FF, BA and D2. RGB value is (255,186,210). Sum of RGB (Red+Green+Blue) = 255+186+210=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD2 is #00452D. Grayscale: #D1D1D1. Windows color (decimal): -17710 or 13810431. OLE color: 13810431.
HSL color Cylindrical-coordinate representation of color #FFBAD2: hue angle of 339.13º 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 #FFBAD2 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 210 | - |
| CMYK | 0 | 0.27 | 0.18 | 0 |
| HSL | 339.13º | 1% | 0.86% | - |
| HSV(B) | 339.13º | 0.27% | 1% | - |
| XYZ | 70.43 | 61.03 | 69.04 | - |
| YUV | 209.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 210 | 0 | 0.27 | 0.18 | 0 | 339.13 | 1 | 0.86 |
| Hex | FF | BA | D2 | 0 | 1B | 12 | 0 | 153 | 64 | 56 |
| Octal | 377 | 272 | 322 | 0 | 33 | 22 | 0 | 523 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11010010 | 0 | 11011 | 10010 | 0 | 101010011 | 1100100 | 1010110 |
Color Harmonies of #FFBAD2
Complementary color
Monochromatic Colors of #FFBAD2
Black with #FFBAD2
Text Example
Text Example
White with #FFBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAD2; }
p { color: rgb(255,186,210); }
H1.HeaderClassName
{
color: #FFBAD2;
}
.AnyTagClassName
{
color: #FFBAD2;
}
</style>
background-color css
<style>
a { background-color: #FFBAD2; }
a { background-color: rgb(255,186,210); }
div.DivClassName
{
background-color: #FFBAD2;
}
.BgClassName
{
background-color: #FFBAD2;
}
</style>
border-color css
<style>
span { border-color: #FFBAD2; }
span { border-color: rgb(255,186,210); }
td.TdClassName
{
border-color: #FFBAD2;
}
.TagClassName
{
border-color: #FFBAD2;
}
</style>