Shades of Cotton Candy #F5BDD6
Tints of Cotton Candy #F5BDD6
RGB
CMYK
RGB Variations
Color information
#F5BDD6 (or 0xF5BDD6) is known color: Cotton Candy. HEX triplet: F5, BD and D6. RGB value is (245,189,214). Sum of RGB (Red+Green+Blue) = 245+189+214=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDD6 is #0A4229. Grayscale: #D0D0D0. Windows color (decimal): -672298 or 14073333. OLE color: 14073333.
HSL color Cylindrical-coordinate representation of color #F5BDD6: hue angle of 333.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDD6 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 214 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.04 |
| HSL | 333.21º | 0.74% | 0.85% | - |
| HSV(B) | 333.21º | 0.23% | 0.96% | - |
| XYZ | 67.99 | 60.66 | 71.74 | - |
| YUV | 208.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 214 | 0 | 0.23 | 0.13 | 0.04 | 333.21 | 0.74 | 0.85 |
| Hex | F5 | BD | D6 | 0 | 17 | D | 4 | 14D | 4A | 55 |
| Octal | 365 | 275 | 326 | 0 | 27 | 15 | 4 | 515 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11010110 | 0 | 10111 | 1101 | 100 | 101001101 | 1001010 | 1010101 |
Color Harmonies of #F5BDD6
Complementary color
Monochromatic Colors of #F5BDD6
Black with #F5BDD6
Text Example
Text Example
White with #F5BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDD6; }
p { color: rgb(245,189,214); }
H1.HeaderClassName
{
color: #F5BDD6;
}
.AnyTagClassName
{
color: #F5BDD6;
}
</style>
background-color css
<style>
a { background-color: #F5BDD6; }
a { background-color: rgb(245,189,214); }
div.DivClassName
{
background-color: #F5BDD6;
}
.BgClassName
{
background-color: #F5BDD6;
}
</style>
border-color css
<style>
span { border-color: #F5BDD6; }
span { border-color: rgb(245,189,214); }
td.TdClassName
{
border-color: #F5BDD6;
}
.TagClassName
{
border-color: #F5BDD6;
}
</style>