Shades of Melon #FBBBA4
Tints of Melon #FBBBA4
RGB
CMYK
RGB Variations
Color information
#FBBBA4 (or 0xFBBBA4) is known color: Melon. HEX triplet: FB, BB and A4. RGB value is (251,187,164). Sum of RGB (Red+Green+Blue) = 251+187+164=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBA4 is #04445B. Grayscale: #CBCBCB. Windows color (decimal): -279644 or 10796027. OLE color: 10796027.
HSL color Cylindrical-coordinate representation of color #FBBBA4: hue angle of 15.86º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBBBA4 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 164 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.02 |
| HSL | 15.86º | 0.92% | 0.81% | - |
| HSV(B) | 15.86º | 0.35% | 0.98% | - |
| XYZ | 64.25 | 58.73 | 43.07 | - |
| YUV | 203.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 164 | 0 | 0.25 | 0.35 | 0.02 | 15.86 | 0.92 | 0.81 |
| Hex | FB | BB | A4 | 0 | 19 | 23 | 2 | 10 | 5C | 51 |
| Octal | 373 | 273 | 244 | 0 | 31 | 43 | 2 | 20 | 134 | 121 |
| Binary | 11111011 | 10111011 | 10100100 | 0 | 11001 | 100011 | 10 | 10000 | 1011100 | 1010001 |
Color Harmonies of #FBBBA4
Complementary color
Monochromatic Colors of #FBBBA4
Black with #FBBBA4
Text Example
Text Example
White with #FBBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBA4; }
p { color: rgb(251,187,164); }
H1.HeaderClassName
{
color: #FBBBA4;
}
.AnyTagClassName
{
color: #FBBBA4;
}
</style>
background-color css
<style>
a { background-color: #FBBBA4; }
a { background-color: rgb(251,187,164); }
div.DivClassName
{
background-color: #FBBBA4;
}
.BgClassName
{
background-color: #FBBBA4;
}
</style>
border-color css
<style>
span { border-color: #FBBBA4; }
span { border-color: rgb(251,187,164); }
td.TdClassName
{
border-color: #FBBBA4;
}
.TagClassName
{
border-color: #FBBBA4;
}
</style>