Shades of Melon #FBB8A7
Tints of Melon #FBB8A7
RGB
CMYK
RGB Variations
Color information
#FBB8A7 (or 0xFBB8A7) is known color: Melon. HEX triplet: FB, B8 and A7. RGB value is (251,184,167). Sum of RGB (Red+Green+Blue) = 251+184+167=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8A7 is #044758. Grayscale: #CACACA. Windows color (decimal): -280409 or 10991867. OLE color: 10991867.
HSL color Cylindrical-coordinate representation of color #FBB8A7: hue angle of 12.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBB8A7 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 167 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.02 |
| HSL | 12.14º | 0.91% | 0.82% | - |
| HSV(B) | 12.14º | 0.33% | 0.98% | - |
| XYZ | 63.9 | 57.58 | 44.31 | - |
| YUV | 202.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 167 | 0 | 0.27 | 0.33 | 0.02 | 12.14 | 0.91 | 0.82 |
| Hex | FB | B8 | A7 | 0 | 1B | 21 | 2 | C | 5B | 52 |
| Octal | 373 | 270 | 247 | 0 | 33 | 41 | 2 | 14 | 133 | 122 |
| Binary | 11111011 | 10111000 | 10100111 | 0 | 11011 | 100001 | 10 | 1100 | 1011011 | 1010010 |
Color Harmonies of #FBB8A7
Complementary color
Monochromatic Colors of #FBB8A7
Black with #FBB8A7
Text Example
Text Example
White with #FBB8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8A7; }
p { color: rgb(251,184,167); }
H1.HeaderClassName
{
color: #FBB8A7;
}
.AnyTagClassName
{
color: #FBB8A7;
}
</style>
background-color css
<style>
a { background-color: #FBB8A7; }
a { background-color: rgb(251,184,167); }
div.DivClassName
{
background-color: #FBB8A7;
}
.BgClassName
{
background-color: #FBB8A7;
}
</style>
border-color css
<style>
span { border-color: #FBB8A7; }
span { border-color: rgb(251,184,167); }
td.TdClassName
{
border-color: #FBB8A7;
}
.TagClassName
{
border-color: #FBB8A7;
}
</style>