Shades of Melon #FBB8AF
Tints of Melon #FBB8AF
RGB
CMYK
RGB Variations
Color information
#FBB8AF (or 0xFBB8AF) is known color: Melon. HEX triplet: FB, B8 and AF. RGB value is (251,184,175). Sum of RGB (Red+Green+Blue) = 251+184+175=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8AF is #044750. Grayscale: #CBCBCB. Windows color (decimal): -280401 or 11516155. OLE color: 11516155.
HSL color Cylindrical-coordinate representation of color #FBB8AF: hue angle of 7.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB8AF is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 175 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.02 |
| HSL | 7.11º | 0.9% | 0.84% | - |
| HSV(B) | 7.11º | 0.3% | 0.98% | - |
| XYZ | 64.66 | 57.89 | 48.32 | - |
| YUV | 203.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 175 | 0 | 0.27 | 0.30 | 0.02 | 7.11 | 0.9 | 0.84 |
| Hex | FB | B8 | AF | 0 | 1B | 1E | 2 | 7 | 5A | 54 |
| Octal | 373 | 270 | 257 | 0 | 33 | 36 | 2 | 7 | 132 | 124 |
| Binary | 11111011 | 10111000 | 10101111 | 0 | 11011 | 11110 | 10 | 111 | 1011010 | 1010100 |
Color Harmonies of #FBB8AF
Complementary color
Monochromatic Colors of #FBB8AF
Black with #FBB8AF
Text Example
Text Example
White with #FBB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8AF; }
p { color: rgb(251,184,175); }
H1.HeaderClassName
{
color: #FBB8AF;
}
.AnyTagClassName
{
color: #FBB8AF;
}
</style>
background-color css
<style>
a { background-color: #FBB8AF; }
a { background-color: rgb(251,184,175); }
div.DivClassName
{
background-color: #FBB8AF;
}
.BgClassName
{
background-color: #FBB8AF;
}
</style>
border-color css
<style>
span { border-color: #FBB8AF; }
span { border-color: rgb(251,184,175); }
td.TdClassName
{
border-color: #FBB8AF;
}
.TagClassName
{
border-color: #FBB8AF;
}
</style>