Shades of Melon #FDBCAA
Tints of Melon #FDBCAA
RGB
CMYK
RGB Variations
Color information
#FDBCAA (or 0xFDBCAA) is known color: Melon. HEX triplet: FD, BC and AA. RGB value is (253,188,170). Sum of RGB (Red+Green+Blue) = 253+188+170=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCAA is #024355. Grayscale: #CDCDCD. Windows color (decimal): -148310 or 11189501. OLE color: 11189501.
HSL color Cylindrical-coordinate representation of color #FDBCAA: hue angle of 13.01º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDBCAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 170 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 13.01º | 0.95% | 0.83% | - |
| HSV(B) | 13.01º | 0.33% | 0.99% | - |
| XYZ | 65.75 | 59.75 | 46.1 | - |
| YUV | 205.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 170 | 0 | 0.26 | 0.33 | 0.01 | 13.01 | 0.95 | 0.83 |
| Hex | FD | BC | AA | 0 | 1A | 21 | 1 | D | 5F | 53 |
| Octal | 375 | 274 | 252 | 0 | 32 | 41 | 1 | 15 | 137 | 123 |
| Binary | 11111101 | 10111100 | 10101010 | 0 | 11010 | 100001 | 1 | 1101 | 1011111 | 1010011 |
Color Harmonies of #FDBCAA
Complementary color
Monochromatic Colors of #FDBCAA
Black with #FDBCAA
Text Example
Text Example
White with #FDBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCAA; }
p { color: rgb(253,188,170); }
H1.HeaderClassName
{
color: #FDBCAA;
}
.AnyTagClassName
{
color: #FDBCAA;
}
</style>
background-color css
<style>
a { background-color: #FDBCAA; }
a { background-color: rgb(253,188,170); }
div.DivClassName
{
background-color: #FDBCAA;
}
.BgClassName
{
background-color: #FDBCAA;
}
</style>
border-color css
<style>
span { border-color: #FDBCAA; }
span { border-color: rgb(253,188,170); }
td.TdClassName
{
border-color: #FDBCAA;
}
.TagClassName
{
border-color: #FDBCAA;
}
</style>