Shades of Melon #FBB9A5
Tints of Melon #FBB9A5
RGB
CMYK
RGB Variations
Color information
#FBB9A5 (or 0xFBB9A5) is known color: Melon. HEX triplet: FB, B9 and A5. RGB value is (251,185,165). Sum of RGB (Red+Green+Blue) = 251+185+165=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9A5 is #04465A. Grayscale: #CACACA. Windows color (decimal): -280155 or 10861051. OLE color: 10861051.
HSL color Cylindrical-coordinate representation of color #FBB9A5: hue angle of 13.95º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBB9A5 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 165 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.02 |
| HSL | 13.95º | 0.91% | 0.82% | - |
| HSV(B) | 13.95º | 0.34% | 0.98% | - |
| XYZ | 63.92 | 57.92 | 43.41 | - |
| YUV | 202.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 165 | 0 | 0.26 | 0.34 | 0.02 | 13.95 | 0.91 | 0.82 |
| Hex | FB | B9 | A5 | 0 | 1A | 22 | 2 | E | 5B | 52 |
| Octal | 373 | 271 | 245 | 0 | 32 | 42 | 2 | 16 | 133 | 122 |
| Binary | 11111011 | 10111001 | 10100101 | 0 | 11010 | 100010 | 10 | 1110 | 1011011 | 1010010 |
Color Harmonies of #FBB9A5
Complementary color
Monochromatic Colors of #FBB9A5
Black with #FBB9A5
Text Example
Text Example
White with #FBB9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9A5; }
p { color: rgb(251,185,165); }
H1.HeaderClassName
{
color: #FBB9A5;
}
.AnyTagClassName
{
color: #FBB9A5;
}
</style>
background-color css
<style>
a { background-color: #FBB9A5; }
a { background-color: rgb(251,185,165); }
div.DivClassName
{
background-color: #FBB9A5;
}
.BgClassName
{
background-color: #FBB9A5;
}
</style>
border-color css
<style>
span { border-color: #FBB9A5; }
span { border-color: rgb(251,185,165); }
td.TdClassName
{
border-color: #FBB9A5;
}
.TagClassName
{
border-color: #FBB9A5;
}
</style>