Shades of Cotton Candy #F5B9D7
Tints of Cotton Candy #F5B9D7
RGB
CMYK
RGB Variations
Color information
#F5B9D7 (or 0xF5B9D7) is known color: Cotton Candy. HEX triplet: F5, B9 and D7. RGB value is (245,185,215). Sum of RGB (Red+Green+Blue) = 245+185+215=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9D7 is #0A4628. Grayscale: #CECECE. Windows color (decimal): -673321 or 14137845. OLE color: 14137845.
HSL color Cylindrical-coordinate representation of color #F5B9D7: hue angle of 330º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5B9D7 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 215 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.04 |
| HSL | 330º | 0.75% | 0.84% | - |
| HSV(B) | 330º | 0.24% | 0.96% | - |
| XYZ | 67.27 | 59.02 | 72.14 | - |
| YUV | 206.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 215 | 0 | 0.24 | 0.12 | 0.04 | 330 | 0.75 | 0.84 |
| Hex | F5 | B9 | D7 | 0 | 18 | C | 4 | 14A | 4B | 54 |
| Octal | 365 | 271 | 327 | 0 | 30 | 14 | 4 | 512 | 113 | 124 |
| Binary | 11110101 | 10111001 | 11010111 | 0 | 11000 | 1100 | 100 | 101001010 | 1001011 | 1010100 |
Color Harmonies of #F5B9D7
Complementary color
Monochromatic Colors of #F5B9D7
Black with #F5B9D7
Text Example
Text Example
White with #F5B9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9D7; }
p { color: rgb(245,185,215); }
H1.HeaderClassName
{
color: #F5B9D7;
}
.AnyTagClassName
{
color: #F5B9D7;
}
</style>
background-color css
<style>
a { background-color: #F5B9D7; }
a { background-color: rgb(245,185,215); }
div.DivClassName
{
background-color: #F5B9D7;
}
.BgClassName
{
background-color: #F5B9D7;
}
</style>
border-color css
<style>
span { border-color: #F5B9D7; }
span { border-color: rgb(245,185,215); }
td.TdClassName
{
border-color: #F5B9D7;
}
.TagClassName
{
border-color: #F5B9D7;
}
</style>