Shades of Melon #FDBBA9
Tints of Melon #FDBBA9
RGB
CMYK
RGB Variations
Color information
#FDBBA9 (or 0xFDBBA9) is known color: Melon. HEX triplet: FD, BB and A9. RGB value is (253,187,169). Sum of RGB (Red+Green+Blue) = 253+187+169=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA9 is #024456. Grayscale: #CCCCCC. Windows color (decimal): -148567 or 11123709. OLE color: 11123709.
HSL color Cylindrical-coordinate representation of color #FDBBA9: hue angle of 12.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDBBA9 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 169 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 12.86º | 0.95% | 0.83% | - |
| HSV(B) | 12.86º | 0.33% | 0.99% | - |
| XYZ | 65.44 | 59.29 | 45.53 | - |
| YUV | 204.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 169 | 0 | 0.26 | 0.33 | 0.01 | 12.86 | 0.95 | 0.83 |
| Hex | FD | BB | A9 | 0 | 1A | 21 | 1 | D | 5F | 53 |
| Octal | 375 | 273 | 251 | 0 | 32 | 41 | 1 | 15 | 137 | 123 |
| Binary | 11111101 | 10111011 | 10101001 | 0 | 11010 | 100001 | 1 | 1101 | 1011111 | 1010011 |
Color Harmonies of #FDBBA9
Complementary color
Monochromatic Colors of #FDBBA9
Black with #FDBBA9
Text Example
Text Example
White with #FDBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBA9; }
p { color: rgb(253,187,169); }
H1.HeaderClassName
{
color: #FDBBA9;
}
.AnyTagClassName
{
color: #FDBBA9;
}
</style>
background-color css
<style>
a { background-color: #FDBBA9; }
a { background-color: rgb(253,187,169); }
div.DivClassName
{
background-color: #FDBBA9;
}
.BgClassName
{
background-color: #FDBBA9;
}
</style>
border-color css
<style>
span { border-color: #FDBBA9; }
span { border-color: rgb(253,187,169); }
td.TdClassName
{
border-color: #FDBBA9;
}
.TagClassName
{
border-color: #FDBBA9;
}
</style>