Shades of Melon #F5BDB2
Tints of Melon #F5BDB2
RGB
CMYK
RGB Variations
Color information
#F5BDB2 (or 0xF5BDB2) is known color: Melon. HEX triplet: F5, BD and B2. RGB value is (245,189,178). Sum of RGB (Red+Green+Blue) = 245+189+178=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BDB2 is #0A424D. Grayscale: #CCCCCC. Windows color (decimal): -672334 or 11714037. OLE color: 11714037.
HSL color Cylindrical-coordinate representation of color #F5BDB2: hue angle of 9.85º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BDB2 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 178 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.04 |
| HSL | 9.85º | 0.77% | 0.83% | - |
| HSV(B) | 9.85º | 0.27% | 0.96% | - |
| XYZ | 63.89 | 59.02 | 50.14 | - |
| YUV | 204.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 178 | 0 | 0.23 | 0.27 | 0.04 | 9.85 | 0.77 | 0.83 |
| Hex | F5 | BD | B2 | 0 | 17 | 1B | 4 | A | 4D | 53 |
| Octal | 365 | 275 | 262 | 0 | 27 | 33 | 4 | 12 | 115 | 123 |
| Binary | 11110101 | 10111101 | 10110010 | 0 | 10111 | 11011 | 100 | 1010 | 1001101 | 1010011 |
Color Harmonies of #F5BDB2
Complementary color
Monochromatic Colors of #F5BDB2
Black with #F5BDB2
Text Example
Text Example
White with #F5BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDB2; }
p { color: rgb(245,189,178); }
H1.HeaderClassName
{
color: #F5BDB2;
}
.AnyTagClassName
{
color: #F5BDB2;
}
</style>
background-color css
<style>
a { background-color: #F5BDB2; }
a { background-color: rgb(245,189,178); }
div.DivClassName
{
background-color: #F5BDB2;
}
.BgClassName
{
background-color: #F5BDB2;
}
</style>
border-color css
<style>
span { border-color: #F5BDB2; }
span { border-color: rgb(245,189,178); }
td.TdClassName
{
border-color: #F5BDB2;
}
.TagClassName
{
border-color: #F5BDB2;
}
</style>