Shades of Melon #FDBCAB
Tints of Melon #FDBCAB
RGB
CMYK
RGB Variations
Color information
#FDBCAB (or 0xFDBCAB) is known color: Melon. HEX triplet: FD, BC and AB. RGB value is (253,188,171). Sum of RGB (Red+Green+Blue) = 253+188+171=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCAB is #024354. Grayscale: #CDCDCD. Windows color (decimal): -148309 or 11255037. OLE color: 11255037.
HSL color Cylindrical-coordinate representation of color #FDBCAB: hue angle of 12.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDBCAB is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 171 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.01 |
| HSL | 12.44º | 0.95% | 0.83% | - |
| HSV(B) | 12.44º | 0.32% | 0.99% | - |
| XYZ | 65.84 | 59.79 | 46.6 | - |
| YUV | 205.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 171 | 0 | 0.26 | 0.32 | 0.01 | 12.44 | 0.95 | 0.83 |
| Hex | FD | BC | AB | 0 | 1A | 20 | 1 | C | 5F | 53 |
| Octal | 375 | 274 | 253 | 0 | 32 | 40 | 1 | 14 | 137 | 123 |
| Binary | 11111101 | 10111100 | 10101011 | 0 | 11010 | 100000 | 1 | 1100 | 1011111 | 1010011 |
Color Harmonies of #FDBCAB
Complementary color
Monochromatic Colors of #FDBCAB
Black with #FDBCAB
Text Example
Text Example
White with #FDBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCAB; }
p { color: rgb(253,188,171); }
H1.HeaderClassName
{
color: #FDBCAB;
}
.AnyTagClassName
{
color: #FDBCAB;
}
</style>
background-color css
<style>
a { background-color: #FDBCAB; }
a { background-color: rgb(253,188,171); }
div.DivClassName
{
background-color: #FDBCAB;
}
.BgClassName
{
background-color: #FDBCAB;
}
</style>
border-color css
<style>
span { border-color: #FDBCAB; }
span { border-color: rgb(253,188,171); }
td.TdClassName
{
border-color: #FDBCAB;
}
.TagClassName
{
border-color: #FDBCAB;
}
</style>