Shades of Cotton Candy #F5BAD7
Tints of Cotton Candy #F5BAD7
RGB
CMYK
RGB Variations
Color information
#F5BAD7 (or 0xF5BAD7) is known color: Cotton Candy. HEX triplet: F5, BA and D7. RGB value is (245,186,215). Sum of RGB (Red+Green+Blue) = 245+186+215=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAD7 is #0A4528. Grayscale: #CECECE. Windows color (decimal): -673065 or 14138101. OLE color: 14138101.
HSL color Cylindrical-coordinate representation of color #F5BAD7: hue angle of 330.51º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BAD7 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 215 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.04 |
| HSL | 330.51º | 0.75% | 0.85% | - |
| HSV(B) | 330.51º | 0.24% | 0.96% | - |
| XYZ | 67.48 | 59.44 | 72.21 | - |
| YUV | 206.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 215 | 0 | 0.24 | 0.12 | 0.04 | 330.51 | 0.75 | 0.85 |
| Hex | F5 | BA | D7 | 0 | 18 | C | 4 | 14B | 4B | 55 |
| Octal | 365 | 272 | 327 | 0 | 30 | 14 | 4 | 513 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11010111 | 0 | 11000 | 1100 | 100 | 101001011 | 1001011 | 1010101 |
Color Harmonies of #F5BAD7
Complementary color
Monochromatic Colors of #F5BAD7
Black with #F5BAD7
Text Example
Text Example
White with #F5BAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAD7; }
p { color: rgb(245,186,215); }
H1.HeaderClassName
{
color: #F5BAD7;
}
.AnyTagClassName
{
color: #F5BAD7;
}
</style>
background-color css
<style>
a { background-color: #F5BAD7; }
a { background-color: rgb(245,186,215); }
div.DivClassName
{
background-color: #F5BAD7;
}
.BgClassName
{
background-color: #F5BAD7;
}
</style>
border-color css
<style>
span { border-color: #F5BAD7; }
span { border-color: rgb(245,186,215); }
td.TdClassName
{
border-color: #F5BAD7;
}
.TagClassName
{
border-color: #F5BAD7;
}
</style>