Shades of Melon #FBB9B4
Tints of Melon #FBB9B4
RGB
CMYK
RGB Variations
Color information
#FBB9B4 (or 0xFBB9B4) is known color: Melon. HEX triplet: FB, B9 and B4. RGB value is (251,185,180). Sum of RGB (Red+Green+Blue) = 251+185+180=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9B4 is #04464B. Grayscale: #CCCCCC. Windows color (decimal): -280140 or 11844091. OLE color: 11844091.
HSL color Cylindrical-coordinate representation of color #FBB9B4: hue angle of 4.23º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB9B4 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 180 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.02 |
| HSL | 4.23º | 0.9% | 0.85% | - |
| HSV(B) | 4.23º | 0.28% | 0.98% | - |
| XYZ | 65.37 | 58.5 | 51.03 | - |
| YUV | 204.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 180 | 0 | 0.26 | 0.28 | 0.02 | 4.23 | 0.9 | 0.85 |
| Hex | FB | B9 | B4 | 0 | 1A | 1C | 2 | 4 | 5A | 55 |
| Octal | 373 | 271 | 264 | 0 | 32 | 34 | 2 | 4 | 132 | 125 |
| Binary | 11111011 | 10111001 | 10110100 | 0 | 11010 | 11100 | 10 | 100 | 1011010 | 1010101 |
Color Harmonies of #FBB9B4
Complementary color
Monochromatic Colors of #FBB9B4
Black with #FBB9B4
Text Example
Text Example
White with #FBB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9B4; }
p { color: rgb(251,185,180); }
H1.HeaderClassName
{
color: #FBB9B4;
}
.AnyTagClassName
{
color: #FBB9B4;
}
</style>
background-color css
<style>
a { background-color: #FBB9B4; }
a { background-color: rgb(251,185,180); }
div.DivClassName
{
background-color: #FBB9B4;
}
.BgClassName
{
background-color: #FBB9B4;
}
</style>
border-color css
<style>
span { border-color: #FBB9B4; }
span { border-color: rgb(251,185,180); }
td.TdClassName
{
border-color: #FBB9B4;
}
.TagClassName
{
border-color: #FBB9B4;
}
</style>