Shades of Melon #FDBCAD
Tints of Melon #FDBCAD
RGB
CMYK
RGB Variations
Color information
#FDBCAD (or 0xFDBCAD) is known color: Melon. HEX triplet: FD, BC and AD. RGB value is (253,188,173). Sum of RGB (Red+Green+Blue) = 253+188+173=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCAD is #024352. Grayscale: #CDCDCD. Windows color (decimal): -148307 or 11386109. OLE color: 11386109.
HSL color Cylindrical-coordinate representation of color #FDBCAD: hue angle of 11.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDBCAD is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 173 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.01 |
| HSL | 11.25º | 0.95% | 0.84% | - |
| HSV(B) | 11.25º | 0.32% | 0.99% | - |
| XYZ | 66.03 | 59.87 | 47.61 | - |
| YUV | 205.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 173 | 0 | 0.26 | 0.32 | 0.01 | 11.25 | 0.95 | 0.84 |
| Hex | FD | BC | AD | 0 | 1A | 20 | 1 | B | 5F | 54 |
| Octal | 375 | 274 | 255 | 0 | 32 | 40 | 1 | 13 | 137 | 124 |
| Binary | 11111101 | 10111100 | 10101101 | 0 | 11010 | 100000 | 1 | 1011 | 1011111 | 1010100 |
Color Harmonies of #FDBCAD
Complementary color
Monochromatic Colors of #FDBCAD
Black with #FDBCAD
Text Example
Text Example
White with #FDBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCAD; }
p { color: rgb(253,188,173); }
H1.HeaderClassName
{
color: #FDBCAD;
}
.AnyTagClassName
{
color: #FDBCAD;
}
</style>
background-color css
<style>
a { background-color: #FDBCAD; }
a { background-color: rgb(253,188,173); }
div.DivClassName
{
background-color: #FDBCAD;
}
.BgClassName
{
background-color: #FDBCAD;
}
</style>
border-color css
<style>
span { border-color: #FDBCAD; }
span { border-color: rgb(253,188,173); }
td.TdClassName
{
border-color: #FDBCAD;
}
.TagClassName
{
border-color: #FDBCAD;
}
</style>