Shades of Melon #FBBDAA
Tints of Melon #FBBDAA
RGB
CMYK
RGB Variations
Color information
#FBBDAA (or 0xFBBDAA) is known color: Melon. HEX triplet: FB, BD and AA. RGB value is (251,189,170). Sum of RGB (Red+Green+Blue) = 251+189+170=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDAA is #044255. Grayscale: #CDCDCD. Windows color (decimal): -279126 or 11189755. OLE color: 11189755.
HSL color Cylindrical-coordinate representation of color #FBBDAA: hue angle of 14.07º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBBDAA is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 170 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.02 |
| HSL | 14.07º | 0.91% | 0.83% | - |
| HSV(B) | 14.07º | 0.32% | 0.98% | - |
| XYZ | 65.24 | 59.81 | 46.14 | - |
| YUV | 205.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 170 | 0 | 0.25 | 0.32 | 0.02 | 14.07 | 0.91 | 0.83 |
| Hex | FB | BD | AA | 0 | 19 | 20 | 2 | E | 5B | 53 |
| Octal | 373 | 275 | 252 | 0 | 31 | 40 | 2 | 16 | 133 | 123 |
| Binary | 11111011 | 10111101 | 10101010 | 0 | 11001 | 100000 | 10 | 1110 | 1011011 | 1010011 |
Color Harmonies of #FBBDAA
Complementary color
Monochromatic Colors of #FBBDAA
Black with #FBBDAA
Text Example
Text Example
White with #FBBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDAA; }
p { color: rgb(251,189,170); }
H1.HeaderClassName
{
color: #FBBDAA;
}
.AnyTagClassName
{
color: #FBBDAA;
}
</style>
background-color css
<style>
a { background-color: #FBBDAA; }
a { background-color: rgb(251,189,170); }
div.DivClassName
{
background-color: #FBBDAA;
}
.BgClassName
{
background-color: #FBBDAA;
}
</style>
border-color css
<style>
span { border-color: #FBBDAA; }
span { border-color: rgb(251,189,170); }
td.TdClassName
{
border-color: #FBBDAA;
}
.TagClassName
{
border-color: #FBBDAA;
}
</style>