Shades of Melon #FDBAAB
Tints of Melon #FDBAAB
RGB
CMYK
RGB Variations
Color information
#FDBAAB (or 0xFDBAAB) is known color: Melon. HEX triplet: FD, BA and AB. RGB value is (253,186,171). Sum of RGB (Red+Green+Blue) = 253+186+171=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAAB is #024554. Grayscale: #CCCCCC. Windows color (decimal): -148821 or 11254525. OLE color: 11254525.
HSL color Cylindrical-coordinate representation of color #FDBAAB: hue angle of 10.98º 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 #FDBAAB is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 171 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.01 |
| HSL | 10.98º | 0.95% | 0.83% | - |
| HSV(B) | 10.98º | 0.32% | 0.99% | - |
| XYZ | 65.42 | 58.94 | 46.46 | - |
| YUV | 204.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 171 | 0 | 0.26 | 0.32 | 0.01 | 10.98 | 0.95 | 0.83 |
| Hex | FD | BA | AB | 0 | 1A | 20 | 1 | B | 5F | 53 |
| Octal | 375 | 272 | 253 | 0 | 32 | 40 | 1 | 13 | 137 | 123 |
| Binary | 11111101 | 10111010 | 10101011 | 0 | 11010 | 100000 | 1 | 1011 | 1011111 | 1010011 |
Color Harmonies of #FDBAAB
Complementary color
Monochromatic Colors of #FDBAAB
Black with #FDBAAB
Text Example
Text Example
White with #FDBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAAB; }
p { color: rgb(253,186,171); }
H1.HeaderClassName
{
color: #FDBAAB;
}
.AnyTagClassName
{
color: #FDBAAB;
}
</style>
background-color css
<style>
a { background-color: #FDBAAB; }
a { background-color: rgb(253,186,171); }
div.DivClassName
{
background-color: #FDBAAB;
}
.BgClassName
{
background-color: #FDBAAB;
}
</style>
border-color css
<style>
span { border-color: #FDBAAB; }
span { border-color: rgb(253,186,171); }
td.TdClassName
{
border-color: #FDBAAB;
}
.TagClassName
{
border-color: #FDBAAB;
}
</style>