Shades of Melon #FDBAA4
Tints of Melon #FDBAA4
RGB
CMYK
RGB Variations
Color information
#FDBAA4 (or 0xFDBAA4) is known color: Melon. HEX triplet: FD, BA and A4. RGB value is (253,186,164). Sum of RGB (Red+Green+Blue) = 253+186+164=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA4 is #02455B. Grayscale: #CBCBCB. Windows color (decimal): -148828 or 10795773. OLE color: 10795773.
HSL color Cylindrical-coordinate representation of color #FDBAA4: hue angle of 14.83º 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 #FDBAA4 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 164 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.01 |
| HSL | 14.83º | 0.96% | 0.82% | - |
| HSV(B) | 14.83º | 0.35% | 0.99% | - |
| XYZ | 64.77 | 58.68 | 43.03 | - |
| YUV | 203.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 164 | 0 | 0.26 | 0.35 | 0.01 | 14.83 | 0.96 | 0.82 |
| Hex | FD | BA | A4 | 0 | 1A | 23 | 1 | F | 60 | 52 |
| Octal | 375 | 272 | 244 | 0 | 32 | 43 | 1 | 17 | 140 | 122 |
| Binary | 11111101 | 10111010 | 10100100 | 0 | 11010 | 100011 | 1 | 1111 | 1100000 | 1010010 |
Color Harmonies of #FDBAA4
Complementary color
Monochromatic Colors of #FDBAA4
Black with #FDBAA4
Text Example
Text Example
White with #FDBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAA4; }
p { color: rgb(253,186,164); }
H1.HeaderClassName
{
color: #FDBAA4;
}
.AnyTagClassName
{
color: #FDBAA4;
}
</style>
background-color css
<style>
a { background-color: #FDBAA4; }
a { background-color: rgb(253,186,164); }
div.DivClassName
{
background-color: #FDBAA4;
}
.BgClassName
{
background-color: #FDBAA4;
}
</style>
border-color css
<style>
span { border-color: #FDBAA4; }
span { border-color: rgb(253,186,164); }
td.TdClassName
{
border-color: #FDBAA4;
}
.TagClassName
{
border-color: #FDBAA4;
}
</style>