Shades of Melon #FBB8A4
Tints of Melon #FBB8A4
RGB
CMYK
RGB Variations
Color information
#FBB8A4 (or 0xFBB8A4) is known color: Melon. HEX triplet: FB, B8 and A4. RGB value is (251,184,164). Sum of RGB (Red+Green+Blue) = 251+184+164=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8A4 is #04475B. Grayscale: #C9C9C9. Windows color (decimal): -280412 or 10795259. OLE color: 10795259.
HSL color Cylindrical-coordinate representation of color #FBB8A4: hue angle of 13.79º 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 #FBB8A4 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 164 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.02 |
| HSL | 13.79º | 0.92% | 0.81% | - |
| HSV(B) | 13.79º | 0.35% | 0.98% | - |
| XYZ | 63.62 | 57.47 | 42.86 | - |
| YUV | 201.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 164 | 0 | 0.27 | 0.35 | 0.02 | 13.79 | 0.92 | 0.81 |
| Hex | FB | B8 | A4 | 0 | 1B | 23 | 2 | E | 5C | 51 |
| Octal | 373 | 270 | 244 | 0 | 33 | 43 | 2 | 16 | 134 | 121 |
| Binary | 11111011 | 10111000 | 10100100 | 0 | 11011 | 100011 | 10 | 1110 | 1011100 | 1010001 |
Color Harmonies of #FBB8A4
Complementary color
Monochromatic Colors of #FBB8A4
Black with #FBB8A4
Text Example
Text Example
White with #FBB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8A4; }
p { color: rgb(251,184,164); }
H1.HeaderClassName
{
color: #FBB8A4;
}
.AnyTagClassName
{
color: #FBB8A4;
}
</style>
background-color css
<style>
a { background-color: #FBB8A4; }
a { background-color: rgb(251,184,164); }
div.DivClassName
{
background-color: #FBB8A4;
}
.BgClassName
{
background-color: #FBB8A4;
}
</style>
border-color css
<style>
span { border-color: #FBB8A4; }
span { border-color: rgb(251,184,164); }
td.TdClassName
{
border-color: #FBB8A4;
}
.TagClassName
{
border-color: #FBB8A4;
}
</style>