Shades of Melon #FDB9B4
Tints of Melon #FDB9B4
RGB
CMYK
RGB Variations
Color information
#FDB9B4 (or 0xFDB9B4) is known color: Melon. HEX triplet: FD, B9 and B4. RGB value is (253,185,180). Sum of RGB (Red+Green+Blue) = 253+185+180=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B4 is #02464B. Grayscale: #CCCCCC. Windows color (decimal): -149068 or 11844093. OLE color: 11844093.
HSL color Cylindrical-coordinate representation of color #FDB9B4: hue angle of 4.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB9B4 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 180 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.01 |
| HSL | 4.11º | 0.95% | 0.85% | - |
| HSV(B) | 4.11º | 0.29% | 0.99% | - |
| XYZ | 66.1 | 58.88 | 51.06 | - |
| YUV | 204.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 180 | 0 | 0.27 | 0.29 | 0.01 | 4.11 | 0.95 | 0.85 |
| Hex | FD | B9 | B4 | 0 | 1B | 1D | 1 | 4 | 5F | 55 |
| Octal | 375 | 271 | 264 | 0 | 33 | 35 | 1 | 4 | 137 | 125 |
| Binary | 11111101 | 10111001 | 10110100 | 0 | 11011 | 11101 | 1 | 100 | 1011111 | 1010101 |
Color Harmonies of #FDB9B4
Complementary color
Monochromatic Colors of #FDB9B4
Black with #FDB9B4
Text Example
Text Example
White with #FDB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9B4; }
p { color: rgb(253,185,180); }
H1.HeaderClassName
{
color: #FDB9B4;
}
.AnyTagClassName
{
color: #FDB9B4;
}
</style>
background-color css
<style>
a { background-color: #FDB9B4; }
a { background-color: rgb(253,185,180); }
div.DivClassName
{
background-color: #FDB9B4;
}
.BgClassName
{
background-color: #FDB9B4;
}
</style>
border-color css
<style>
span { border-color: #FDB9B4; }
span { border-color: rgb(253,185,180); }
td.TdClassName
{
border-color: #FDB9B4;
}
.TagClassName
{
border-color: #FDB9B4;
}
</style>