Shades of Melon #FDBBA7
Tints of Melon #FDBBA7
RGB
CMYK
RGB Variations
Color information
#FDBBA7 (or 0xFDBBA7) is known color: Melon. HEX triplet: FD, BB and A7. RGB value is (253,187,167). Sum of RGB (Red+Green+Blue) = 253+187+167=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA7 is #024458. Grayscale: #CCCCCC. Windows color (decimal): -148569 or 10992637. OLE color: 10992637.
HSL color Cylindrical-coordinate representation of color #FDBBA7: hue angle of 13.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBBA7 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 167 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.01 |
| HSL | 13.95º | 0.96% | 0.82% | - |
| HSV(B) | 13.95º | 0.34% | 0.99% | - |
| XYZ | 65.25 | 59.21 | 44.55 | - |
| YUV | 204.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 167 | 0 | 0.26 | 0.34 | 0.01 | 13.95 | 0.96 | 0.82 |
| Hex | FD | BB | A7 | 0 | 1A | 22 | 1 | E | 60 | 52 |
| Octal | 375 | 273 | 247 | 0 | 32 | 42 | 1 | 16 | 140 | 122 |
| Binary | 11111101 | 10111011 | 10100111 | 0 | 11010 | 100010 | 1 | 1110 | 1100000 | 1010010 |
Color Harmonies of #FDBBA7
Complementary color
Monochromatic Colors of #FDBBA7
Black with #FDBBA7
Text Example
Text Example
White with #FDBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBA7; }
p { color: rgb(253,187,167); }
H1.HeaderClassName
{
color: #FDBBA7;
}
.AnyTagClassName
{
color: #FDBBA7;
}
</style>
background-color css
<style>
a { background-color: #FDBBA7; }
a { background-color: rgb(253,187,167); }
div.DivClassName
{
background-color: #FDBBA7;
}
.BgClassName
{
background-color: #FDBBA7;
}
</style>
border-color css
<style>
span { border-color: #FDBBA7; }
span { border-color: rgb(253,187,167); }
td.TdClassName
{
border-color: #FDBBA7;
}
.TagClassName
{
border-color: #FDBBA7;
}
</style>