Shades of Melon #FDBBA5
Tints of Melon #FDBBA5
RGB
CMYK
RGB Variations
Color information
#FDBBA5 (or 0xFDBBA5) is known color: Melon. HEX triplet: FD, BB and A5. RGB value is (253,187,165). Sum of RGB (Red+Green+Blue) = 253+187+165=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA5 is #02445A. Grayscale: #CCCCCC. Windows color (decimal): -148571 or 10861565. OLE color: 10861565.
HSL color Cylindrical-coordinate representation of color #FDBBA5: hue angle of 15º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDBBA5 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 165 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.01 |
| HSL | 15º | 0.96% | 0.82% | - |
| HSV(B) | 15º | 0.35% | 0.99% | - |
| XYZ | 65.07 | 59.14 | 43.58 | - |
| YUV | 204.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 165 | 0 | 0.26 | 0.35 | 0.01 | 15 | 0.96 | 0.82 |
| Hex | FD | BB | A5 | 0 | 1A | 23 | 1 | F | 60 | 52 |
| Octal | 375 | 273 | 245 | 0 | 32 | 43 | 1 | 17 | 140 | 122 |
| Binary | 11111101 | 10111011 | 10100101 | 0 | 11010 | 100011 | 1 | 1111 | 1100000 | 1010010 |
Color Harmonies of #FDBBA5
Complementary color
Monochromatic Colors of #FDBBA5
Black with #FDBBA5
Text Example
Text Example
White with #FDBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBA5; }
p { color: rgb(253,187,165); }
H1.HeaderClassName
{
color: #FDBBA5;
}
.AnyTagClassName
{
color: #FDBBA5;
}
</style>
background-color css
<style>
a { background-color: #FDBBA5; }
a { background-color: rgb(253,187,165); }
div.DivClassName
{
background-color: #FDBBA5;
}
.BgClassName
{
background-color: #FDBBA5;
}
</style>
border-color css
<style>
span { border-color: #FDBBA5; }
span { border-color: rgb(253,187,165); }
td.TdClassName
{
border-color: #FDBBA5;
}
.TagClassName
{
border-color: #FDBBA5;
}
</style>