Shades of Melon #FDB9AE
Tints of Melon #FDB9AE
RGB
CMYK
RGB Variations
Color information
#FDB9AE (or 0xFDB9AE) is known color: Melon. HEX triplet: FD, B9 and AE. RGB value is (253,185,174). Sum of RGB (Red+Green+Blue) = 253+185+174=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9AE is #024651. Grayscale: #CCCCCC. Windows color (decimal): -149074 or 11450877. OLE color: 11450877.
HSL color Cylindrical-coordinate representation of color #FDB9AE: hue angle of 8.35º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDB9AE is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 174 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.01 |
| HSL | 8.35º | 0.95% | 0.84% | - |
| HSV(B) | 8.35º | 0.31% | 0.99% | - |
| XYZ | 65.5 | 58.64 | 47.91 | - |
| YUV | 204.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 174 | 0 | 0.27 | 0.31 | 0.01 | 8.35 | 0.95 | 0.84 |
| Hex | FD | B9 | AE | 0 | 1B | 1F | 1 | 8 | 5F | 54 |
| Octal | 375 | 271 | 256 | 0 | 33 | 37 | 1 | 10 | 137 | 124 |
| Binary | 11111101 | 10111001 | 10101110 | 0 | 11011 | 11111 | 1 | 1000 | 1011111 | 1010100 |
Color Harmonies of #FDB9AE
Complementary color
Monochromatic Colors of #FDB9AE
Black with #FDB9AE
Text Example
Text Example
White with #FDB9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9AE; }
p { color: rgb(253,185,174); }
H1.HeaderClassName
{
color: #FDB9AE;
}
.AnyTagClassName
{
color: #FDB9AE;
}
</style>
background-color css
<style>
a { background-color: #FDB9AE; }
a { background-color: rgb(253,185,174); }
div.DivClassName
{
background-color: #FDB9AE;
}
.BgClassName
{
background-color: #FDB9AE;
}
</style>
border-color css
<style>
span { border-color: #FDB9AE; }
span { border-color: rgb(253,185,174); }
td.TdClassName
{
border-color: #FDB9AE;
}
.TagClassName
{
border-color: #FDB9AE;
}
</style>