Shades of Melon #FBBDA6
Tints of Melon #FBBDA6
RGB
CMYK
RGB Variations
Color information
#FBBDA6 (or 0xFBBDA6) is known color: Melon. HEX triplet: FB, BD and A6. RGB value is (251,189,166). Sum of RGB (Red+Green+Blue) = 251+189+166=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDA6 is #044259. Grayscale: #CDCDCD. Windows color (decimal): -279130 or 10927611. OLE color: 10927611.
HSL color Cylindrical-coordinate representation of color #FBBDA6: hue angle of 16.24º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBBDA6 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 166 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.02 |
| HSL | 16.24º | 0.91% | 0.82% | - |
| HSV(B) | 16.24º | 0.34% | 0.98% | - |
| XYZ | 64.86 | 59.66 | 44.17 | - |
| YUV | 204.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 166 | 0 | 0.25 | 0.34 | 0.02 | 16.24 | 0.91 | 0.82 |
| Hex | FB | BD | A6 | 0 | 19 | 22 | 2 | 10 | 5B | 52 |
| Octal | 373 | 275 | 246 | 0 | 31 | 42 | 2 | 20 | 133 | 122 |
| Binary | 11111011 | 10111101 | 10100110 | 0 | 11001 | 100010 | 10 | 10000 | 1011011 | 1010010 |
Color Harmonies of #FBBDA6
Complementary color
Monochromatic Colors of #FBBDA6
Black with #FBBDA6
Text Example
Text Example
White with #FBBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDA6; }
p { color: rgb(251,189,166); }
H1.HeaderClassName
{
color: #FBBDA6;
}
.AnyTagClassName
{
color: #FBBDA6;
}
</style>
background-color css
<style>
a { background-color: #FBBDA6; }
a { background-color: rgb(251,189,166); }
div.DivClassName
{
background-color: #FBBDA6;
}
.BgClassName
{
background-color: #FBBDA6;
}
</style>
border-color css
<style>
span { border-color: #FBBDA6; }
span { border-color: rgb(251,189,166); }
td.TdClassName
{
border-color: #FBBDA6;
}
.TagClassName
{
border-color: #FBBDA6;
}
</style>