Shades of Melon #FDBAAD
Tints of Melon #FDBAAD
RGB
CMYK
RGB Variations
Color information
#FDBAAD (or 0xFDBAAD) is known color: Melon. HEX triplet: FD, BA and AD. RGB value is (253,186,173). Sum of RGB (Red+Green+Blue) = 253+186+173=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAAD is #024552. Grayscale: #CCCCCC. Windows color (decimal): -148819 or 11385597. OLE color: 11385597.
HSL color Cylindrical-coordinate representation of color #FDBAAD: hue angle of 9.75º 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 #FDBAAD is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 173 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.01 |
| HSL | 9.75º | 0.95% | 0.84% | - |
| HSV(B) | 9.75º | 0.32% | 0.99% | - |
| XYZ | 65.61 | 59.02 | 47.47 | - |
| YUV | 204.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 173 | 0 | 0.26 | 0.32 | 0.01 | 9.75 | 0.95 | 0.84 |
| Hex | FD | BA | AD | 0 | 1A | 20 | 1 | A | 5F | 54 |
| Octal | 375 | 272 | 255 | 0 | 32 | 40 | 1 | 12 | 137 | 124 |
| Binary | 11111101 | 10111010 | 10101101 | 0 | 11010 | 100000 | 1 | 1010 | 1011111 | 1010100 |
Color Harmonies of #FDBAAD
Complementary color
Monochromatic Colors of #FDBAAD
Black with #FDBAAD
Text Example
Text Example
White with #FDBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAAD; }
p { color: rgb(253,186,173); }
H1.HeaderClassName
{
color: #FDBAAD;
}
.AnyTagClassName
{
color: #FDBAAD;
}
</style>
background-color css
<style>
a { background-color: #FDBAAD; }
a { background-color: rgb(253,186,173); }
div.DivClassName
{
background-color: #FDBAAD;
}
.BgClassName
{
background-color: #FDBAAD;
}
</style>
border-color css
<style>
span { border-color: #FDBAAD; }
span { border-color: rgb(253,186,173); }
td.TdClassName
{
border-color: #FDBAAD;
}
.TagClassName
{
border-color: #FDBAAD;
}
</style>