Shades of Melon #F4BCAD
Tints of Melon #F4BCAD
RGB
CMYK
RGB Variations
Color information
#F4BCAD (or 0xF4BCAD) is known color: Melon. HEX triplet: F4, BC and AD. RGB value is (244,188,173). Sum of RGB (Red+Green+Blue) = 244+188+173=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCAD is #0B4352. Grayscale: #CBCBCB. Windows color (decimal): -738131 or 11386100. OLE color: 11386100.
HSL color Cylindrical-coordinate representation of color #F4BCAD: hue angle of 12.68º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4BCAD is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 173 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.04 |
| HSL | 12.68º | 0.76% | 0.82% | - |
| HSV(B) | 12.68º | 0.29% | 0.96% | - |
| XYZ | 62.83 | 58.22 | 47.46 | - |
| YUV | 203.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 173 | 0 | 0.23 | 0.29 | 0.04 | 12.68 | 0.76 | 0.82 |
| Hex | F4 | BC | AD | 0 | 17 | 1D | 4 | D | 4C | 52 |
| Octal | 364 | 274 | 255 | 0 | 27 | 35 | 4 | 15 | 114 | 122 |
| Binary | 11110100 | 10111100 | 10101101 | 0 | 10111 | 11101 | 100 | 1101 | 1001100 | 1010010 |
Color Harmonies of #F4BCAD
Complementary color
Monochromatic Colors of #F4BCAD
Black with #F4BCAD
Text Example
Text Example
White with #F4BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCAD; }
p { color: rgb(244,188,173); }
H1.HeaderClassName
{
color: #F4BCAD;
}
.AnyTagClassName
{
color: #F4BCAD;
}
</style>
background-color css
<style>
a { background-color: #F4BCAD; }
a { background-color: rgb(244,188,173); }
div.DivClassName
{
background-color: #F4BCAD;
}
.BgClassName
{
background-color: #F4BCAD;
}
</style>
border-color css
<style>
span { border-color: #F4BCAD; }
span { border-color: rgb(244,188,173); }
td.TdClassName
{
border-color: #F4BCAD;
}
.TagClassName
{
border-color: #F4BCAD;
}
</style>