Shades of Melon #FBBDA7
Tints of Melon #FBBDA7
RGB
CMYK
RGB Variations
Color information
#FBBDA7 (or 0xFBBDA7) is known color: Melon. HEX triplet: FB, BD and A7. RGB value is (251,189,167). Sum of RGB (Red+Green+Blue) = 251+189+167=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDA7 is #044258. Grayscale: #CDCDCD. Windows color (decimal): -279129 or 10993147. OLE color: 10993147.
HSL color Cylindrical-coordinate representation of color #FBBDA7: hue angle of 15.71º 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 #FBBDA7 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 167 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.02 |
| HSL | 15.71º | 0.91% | 0.82% | - |
| HSV(B) | 15.71º | 0.33% | 0.98% | - |
| XYZ | 64.96 | 59.69 | 44.66 | - |
| YUV | 205.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 167 | 0 | 0.25 | 0.33 | 0.02 | 15.71 | 0.91 | 0.82 |
| Hex | FB | BD | A7 | 0 | 19 | 21 | 2 | 10 | 5B | 52 |
| Octal | 373 | 275 | 247 | 0 | 31 | 41 | 2 | 20 | 133 | 122 |
| Binary | 11111011 | 10111101 | 10100111 | 0 | 11001 | 100001 | 10 | 10000 | 1011011 | 1010010 |
Color Harmonies of #FBBDA7
Complementary color
Monochromatic Colors of #FBBDA7
Black with #FBBDA7
Text Example
Text Example
White with #FBBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDA7; }
p { color: rgb(251,189,167); }
H1.HeaderClassName
{
color: #FBBDA7;
}
.AnyTagClassName
{
color: #FBBDA7;
}
</style>
background-color css
<style>
a { background-color: #FBBDA7; }
a { background-color: rgb(251,189,167); }
div.DivClassName
{
background-color: #FBBDA7;
}
.BgClassName
{
background-color: #FBBDA7;
}
</style>
border-color css
<style>
span { border-color: #FBBDA7; }
span { border-color: rgb(251,189,167); }
td.TdClassName
{
border-color: #FBBDA7;
}
.TagClassName
{
border-color: #FBBDA7;
}
</style>