Shades of Melon #FDB7B6
Tints of Melon #FDB7B6
RGB
CMYK
RGB Variations
Color information
#FDB7B6 (or 0xFDB7B6) is known color: Melon. HEX triplet: FD, B7 and B6. RGB value is (253,183,182). Sum of RGB (Red+Green+Blue) = 253+183+182=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7B6 is #024849. Grayscale: #CBCBCB. Windows color (decimal): -149578 or 11974653. OLE color: 11974653.
HSL color Cylindrical-coordinate representation of color #FDB7B6: hue angle of 0.85º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7B6 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 182 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.01 |
| HSL | 0.85º | 0.95% | 0.85% | - |
| HSV(B) | 0.85º | 0.28% | 0.99% | - |
| XYZ | 65.89 | 58.13 | 52 | - |
| YUV | 203.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 182 | 0 | 0.28 | 0.28 | 0.01 | 0.85 | 0.95 | 0.85 |
| Hex | FD | B7 | B6 | 0 | 1C | 1C | 1 | 1 | 5F | 55 |
| Octal | 375 | 267 | 266 | 0 | 34 | 34 | 1 | 1 | 137 | 125 |
| Binary | 11111101 | 10110111 | 10110110 | 0 | 11100 | 11100 | 1 | 1 | 1011111 | 1010101 |
Color Harmonies of #FDB7B6
Complementary color
Monochromatic Colors of #FDB7B6
Black with #FDB7B6
Text Example
Text Example
White with #FDB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7B6; }
p { color: rgb(253,183,182); }
H1.HeaderClassName
{
color: #FDB7B6;
}
.AnyTagClassName
{
color: #FDB7B6;
}
</style>
background-color css
<style>
a { background-color: #FDB7B6; }
a { background-color: rgb(253,183,182); }
div.DivClassName
{
background-color: #FDB7B6;
}
.BgClassName
{
background-color: #FDB7B6;
}
</style>
border-color css
<style>
span { border-color: #FDB7B6; }
span { border-color: rgb(253,183,182); }
td.TdClassName
{
border-color: #FDB7B6;
}
.TagClassName
{
border-color: #FDB7B6;
}
</style>