Shades of Melon #FDBCA6
Tints of Melon #FDBCA6
RGB
CMYK
RGB Variations
Color information
#FDBCA6 (or 0xFDBCA6) is known color: Melon. HEX triplet: FD, BC and A6. RGB value is (253,188,166). Sum of RGB (Red+Green+Blue) = 253+188+166=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCA6 is #024359. Grayscale: #CDCDCD. Windows color (decimal): -148314 or 10927357. OLE color: 10927357.
HSL color Cylindrical-coordinate representation of color #FDBCA6: hue angle of 15.17º 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 #FDBCA6 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 166 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.01 |
| HSL | 15.17º | 0.96% | 0.82% | - |
| HSV(B) | 15.17º | 0.34% | 0.99% | - |
| XYZ | 65.37 | 59.6 | 44.14 | - |
| YUV | 204.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 166 | 0 | 0.26 | 0.34 | 0.01 | 15.17 | 0.96 | 0.82 |
| Hex | FD | BC | A6 | 0 | 1A | 22 | 1 | F | 60 | 52 |
| Octal | 375 | 274 | 246 | 0 | 32 | 42 | 1 | 17 | 140 | 122 |
| Binary | 11111101 | 10111100 | 10100110 | 0 | 11010 | 100010 | 1 | 1111 | 1100000 | 1010010 |
Color Harmonies of #FDBCA6
Complementary color
Monochromatic Colors of #FDBCA6
Black with #FDBCA6
Text Example
Text Example
White with #FDBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCA6; }
p { color: rgb(253,188,166); }
H1.HeaderClassName
{
color: #FDBCA6;
}
.AnyTagClassName
{
color: #FDBCA6;
}
</style>
background-color css
<style>
a { background-color: #FDBCA6; }
a { background-color: rgb(253,188,166); }
div.DivClassName
{
background-color: #FDBCA6;
}
.BgClassName
{
background-color: #FDBCA6;
}
</style>
border-color css
<style>
span { border-color: #FDBCA6; }
span { border-color: rgb(253,188,166); }
td.TdClassName
{
border-color: #FDBCA6;
}
.TagClassName
{
border-color: #FDBCA6;
}
</style>