Shades of Melon #FDB9B2
Tints of Melon #FDB9B2
RGB
CMYK
RGB Variations
Color information
#FDB9B2 (or 0xFDB9B2) is known color: Melon. HEX triplet: FD, B9 and B2. RGB value is (253,185,178). Sum of RGB (Red+Green+Blue) = 253+185+178=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9B2 is #02464D. Grayscale: #CCCCCC. Windows color (decimal): -149070 or 11713021. OLE color: 11713021.
HSL color Cylindrical-coordinate representation of color #FDB9B2: hue angle of 5.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB9B2 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 178 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.01 |
| HSL | 5.6º | 0.95% | 0.85% | - |
| HSV(B) | 5.6º | 0.3% | 0.99% | - |
| XYZ | 65.89 | 58.79 | 50 | - |
| YUV | 204.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 178 | 0 | 0.27 | 0.30 | 0.01 | 5.6 | 0.95 | 0.85 |
| Hex | FD | B9 | B2 | 0 | 1B | 1E | 1 | 6 | 5F | 55 |
| Octal | 375 | 271 | 262 | 0 | 33 | 36 | 1 | 6 | 137 | 125 |
| Binary | 11111101 | 10111001 | 10110010 | 0 | 11011 | 11110 | 1 | 110 | 1011111 | 1010101 |
Color Harmonies of #FDB9B2
Complementary color
Monochromatic Colors of #FDB9B2
Black with #FDB9B2
Text Example
Text Example
White with #FDB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9B2; }
p { color: rgb(253,185,178); }
H1.HeaderClassName
{
color: #FDB9B2;
}
.AnyTagClassName
{
color: #FDB9B2;
}
</style>
background-color css
<style>
a { background-color: #FDB9B2; }
a { background-color: rgb(253,185,178); }
div.DivClassName
{
background-color: #FDB9B2;
}
.BgClassName
{
background-color: #FDB9B2;
}
</style>
border-color css
<style>
span { border-color: #FDB9B2; }
span { border-color: rgb(253,185,178); }
td.TdClassName
{
border-color: #FDB9B2;
}
.TagClassName
{
border-color: #FDB9B2;
}
</style>