Shades of Melon #FDBDA6
Tints of Melon #FDBDA6
RGB
CMYK
RGB Variations
Color information
#FDBDA6 (or 0xFDBDA6) is known color: Melon. HEX triplet: FD, BD and A6. RGB value is (253,189,166). Sum of RGB (Red+Green+Blue) = 253+189+166=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA6 is #024259. Grayscale: #CDCDCD. Windows color (decimal): -148058 or 10927613. OLE color: 10927613.
HSL color Cylindrical-coordinate representation of color #FDBDA6: hue angle of 15.86º 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 #FDBDA6 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 166 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.01 |
| HSL | 15.86º | 0.96% | 0.82% | - |
| HSV(B) | 15.86º | 0.34% | 0.99% | - |
| XYZ | 65.59 | 60.03 | 44.21 | - |
| YUV | 205.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 166 | 0 | 0.25 | 0.34 | 0.01 | 15.86 | 0.96 | 0.82 |
| Hex | FD | BD | A6 | 0 | 19 | 22 | 1 | 10 | 60 | 52 |
| Octal | 375 | 275 | 246 | 0 | 31 | 42 | 1 | 20 | 140 | 122 |
| Binary | 11111101 | 10111101 | 10100110 | 0 | 11001 | 100010 | 1 | 10000 | 1100000 | 1010010 |
Color Harmonies of #FDBDA6
Complementary color
Monochromatic Colors of #FDBDA6
Black with #FDBDA6
Text Example
Text Example
White with #FDBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA6; }
p { color: rgb(253,189,166); }
H1.HeaderClassName
{
color: #FDBDA6;
}
.AnyTagClassName
{
color: #FDBDA6;
}
</style>
background-color css
<style>
a { background-color: #FDBDA6; }
a { background-color: rgb(253,189,166); }
div.DivClassName
{
background-color: #FDBDA6;
}
.BgClassName
{
background-color: #FDBDA6;
}
</style>
border-color css
<style>
span { border-color: #FDBDA6; }
span { border-color: rgb(253,189,166); }
td.TdClassName
{
border-color: #FDBDA6;
}
.TagClassName
{
border-color: #FDBDA6;
}
</style>