Shades of Melon #F5BBAD
Tints of Melon #F5BBAD
RGB
CMYK
RGB Variations
Color information
#F5BBAD (or 0xF5BBAD) is known color: Melon. HEX triplet: F5, BB and AD. RGB value is (245,187,173). Sum of RGB (Red+Green+Blue) = 245+187+173=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBAD is #0A4452. Grayscale: #CACACA. Windows color (decimal): -672851 or 11385845. OLE color: 11385845.
HSL color Cylindrical-coordinate representation of color #F5BBAD: hue angle of 11.67º degrees, saturation: 0.78, 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 #F5BBAD is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 173 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.04 |
| HSL | 11.67º | 0.78% | 0.82% | - |
| HSV(B) | 11.67º | 0.29% | 0.96% | - |
| XYZ | 62.97 | 57.97 | 47.41 | - |
| YUV | 202.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 173 | 0 | 0.24 | 0.29 | 0.04 | 11.67 | 0.78 | 0.82 |
| Hex | F5 | BB | AD | 0 | 18 | 1D | 4 | C | 4E | 52 |
| Octal | 365 | 273 | 255 | 0 | 30 | 35 | 4 | 14 | 116 | 122 |
| Binary | 11110101 | 10111011 | 10101101 | 0 | 11000 | 11101 | 100 | 1100 | 1001110 | 1010010 |
Color Harmonies of #F5BBAD
Complementary color
Monochromatic Colors of #F5BBAD
Black with #F5BBAD
Text Example
Text Example
White with #F5BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBAD; }
p { color: rgb(245,187,173); }
H1.HeaderClassName
{
color: #F5BBAD;
}
.AnyTagClassName
{
color: #F5BBAD;
}
</style>
background-color css
<style>
a { background-color: #F5BBAD; }
a { background-color: rgb(245,187,173); }
div.DivClassName
{
background-color: #F5BBAD;
}
.BgClassName
{
background-color: #F5BBAD;
}
</style>
border-color css
<style>
span { border-color: #F5BBAD; }
span { border-color: rgb(245,187,173); }
td.TdClassName
{
border-color: #F5BBAD;
}
.TagClassName
{
border-color: #F5BBAD;
}
</style>