Shades of Cotton Candy #F3BAD7
Tints of Cotton Candy #F3BAD7
RGB
CMYK
RGB Variations
Color information
#F3BAD7 (or 0xF3BAD7) is known color: Cotton Candy. HEX triplet: F3, BA and D7. RGB value is (243,186,215). Sum of RGB (Red+Green+Blue) = 243+186+215=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD7 is #0C4528. Grayscale: #CECECE. Windows color (decimal): -804137 or 14138099. OLE color: 14138099.
HSL color Cylindrical-coordinate representation of color #F3BAD7: hue angle of 329.47º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAD7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 215 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.05 |
| HSL | 329.47º | 0.7% | 0.84% | - |
| HSV(B) | 329.47º | 0.23% | 0.95% | - |
| XYZ | 66.79 | 59.08 | 72.17 | - |
| YUV | 206.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 215 | 0 | 0.23 | 0.12 | 0.05 | 329.47 | 0.7 | 0.84 |
| Hex | F3 | BA | D7 | 0 | 17 | C | 5 | 149 | 46 | 54 |
| Octal | 363 | 272 | 327 | 0 | 27 | 14 | 5 | 511 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11010111 | 0 | 10111 | 1100 | 101 | 101001001 | 1000110 | 1010100 |
Color Harmonies of #F3BAD7
Complementary color
Monochromatic Colors of #F3BAD7
Black with #F3BAD7
Text Example
Text Example
White with #F3BAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAD7; }
p { color: rgb(243,186,215); }
H1.HeaderClassName
{
color: #F3BAD7;
}
.AnyTagClassName
{
color: #F3BAD7;
}
</style>
background-color css
<style>
a { background-color: #F3BAD7; }
a { background-color: rgb(243,186,215); }
div.DivClassName
{
background-color: #F3BAD7;
}
.BgClassName
{
background-color: #F3BAD7;
}
</style>
border-color css
<style>
span { border-color: #F3BAD7; }
span { border-color: rgb(243,186,215); }
td.TdClassName
{
border-color: #F3BAD7;
}
.TagClassName
{
border-color: #F3BAD7;
}
</style>