Shades of Melon #FDBDA7
Tints of Melon #FDBDA7
RGB
CMYK
RGB Variations
Color information
#FDBDA7 (or 0xFDBDA7) is known color: Melon. HEX triplet: FD, BD and A7. RGB value is (253,189,167). Sum of RGB (Red+Green+Blue) = 253+189+167=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA7 is #024258. Grayscale: #CDCDCD. Windows color (decimal): -148057 or 10993149. OLE color: 10993149.
HSL color Cylindrical-coordinate representation of color #FDBDA7: hue angle of 15.35º 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 #FDBDA7 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 167 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.01 |
| HSL | 15.35º | 0.96% | 0.82% | - |
| HSV(B) | 15.35º | 0.34% | 0.99% | - |
| XYZ | 65.68 | 60.07 | 44.69 | - |
| YUV | 205.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 167 | 0 | 0.25 | 0.34 | 0.01 | 15.35 | 0.96 | 0.82 |
| Hex | FD | BD | A7 | 0 | 19 | 22 | 1 | F | 60 | 52 |
| Octal | 375 | 275 | 247 | 0 | 31 | 42 | 1 | 17 | 140 | 122 |
| Binary | 11111101 | 10111101 | 10100111 | 0 | 11001 | 100010 | 1 | 1111 | 1100000 | 1010010 |
Color Harmonies of #FDBDA7
Complementary color
Monochromatic Colors of #FDBDA7
Black with #FDBDA7
Text Example
Text Example
White with #FDBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA7; }
p { color: rgb(253,189,167); }
H1.HeaderClassName
{
color: #FDBDA7;
}
.AnyTagClassName
{
color: #FDBDA7;
}
</style>
background-color css
<style>
a { background-color: #FDBDA7; }
a { background-color: rgb(253,189,167); }
div.DivClassName
{
background-color: #FDBDA7;
}
.BgClassName
{
background-color: #FDBDA7;
}
</style>
border-color css
<style>
span { border-color: #FDBDA7; }
span { border-color: rgb(253,189,167); }
td.TdClassName
{
border-color: #FDBDA7;
}
.TagClassName
{
border-color: #FDBDA7;
}
</style>