Shades of Melon #FDBCB0
Tints of Melon #FDBCB0
RGB
CMYK
RGB Variations
Color information
#FDBCB0 (or 0xFDBCB0) is known color: Melon. HEX triplet: FD, BC and B0. RGB value is (253,188,176). Sum of RGB (Red+Green+Blue) = 253+188+176=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCB0 is #02434F. Grayscale: #CECECE. Windows color (decimal): -148304 or 11582717. OLE color: 11582717.
HSL color Cylindrical-coordinate representation of color #FDBCB0: hue angle of 9.35º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBCB0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 9.35º | 0.95% | 0.84% | - |
| HSV(B) | 9.35º | 0.3% | 0.99% | - |
| XYZ | 66.33 | 59.98 | 49.16 | - |
| YUV | 206.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 176 | 0 | 0.26 | 0.30 | 0.01 | 9.35 | 0.95 | 0.84 |
| Hex | FD | BC | B0 | 0 | 1A | 1E | 1 | 9 | 5F | 54 |
| Octal | 375 | 274 | 260 | 0 | 32 | 36 | 1 | 11 | 137 | 124 |
| Binary | 11111101 | 10111100 | 10110000 | 0 | 11010 | 11110 | 1 | 1001 | 1011111 | 1010100 |
Color Harmonies of #FDBCB0
Complementary color
Monochromatic Colors of #FDBCB0
Black with #FDBCB0
Text Example
Text Example
White with #FDBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCB0; }
p { color: rgb(253,188,176); }
H1.HeaderClassName
{
color: #FDBCB0;
}
.AnyTagClassName
{
color: #FDBCB0;
}
</style>
background-color css
<style>
a { background-color: #FDBCB0; }
a { background-color: rgb(253,188,176); }
div.DivClassName
{
background-color: #FDBCB0;
}
.BgClassName
{
background-color: #FDBCB0;
}
</style>
border-color css
<style>
span { border-color: #FDBCB0; }
span { border-color: rgb(253,188,176); }
td.TdClassName
{
border-color: #FDBCB0;
}
.TagClassName
{
border-color: #FDBCB0;
}
</style>