Shades of Melon #FDB7B2
Tints of Melon #FDB7B2
RGB
CMYK
RGB Variations
Color information
#FDB7B2 (or 0xFDB7B2) is known color: Melon. HEX triplet: FD, B7 and B2. RGB value is (253,183,178). Sum of RGB (Red+Green+Blue) = 253+183+178=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7B2 is #02484D. Grayscale: #CBCBCB. Windows color (decimal): -149582 or 11712509. OLE color: 11712509.
HSL color Cylindrical-coordinate representation of color #FDB7B2: hue angle of 4º 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 #FDB7B2 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 178 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.01 |
| HSL | 4º | 0.95% | 0.85% | - |
| HSV(B) | 4º | 0.3% | 0.99% | - |
| XYZ | 65.48 | 57.96 | 49.86 | - |
| YUV | 203.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 178 | 0 | 0.28 | 0.30 | 0.01 | 4 | 0.95 | 0.85 |
| Hex | FD | B7 | B2 | 0 | 1C | 1E | 1 | 4 | 5F | 55 |
| Octal | 375 | 267 | 262 | 0 | 34 | 36 | 1 | 4 | 137 | 125 |
| Binary | 11111101 | 10110111 | 10110010 | 0 | 11100 | 11110 | 1 | 100 | 1011111 | 1010101 |
Color Harmonies of #FDB7B2
Complementary color
Monochromatic Colors of #FDB7B2
Black with #FDB7B2
Text Example
Text Example
White with #FDB7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7B2; }
p { color: rgb(253,183,178); }
H1.HeaderClassName
{
color: #FDB7B2;
}
.AnyTagClassName
{
color: #FDB7B2;
}
</style>
background-color css
<style>
a { background-color: #FDB7B2; }
a { background-color: rgb(253,183,178); }
div.DivClassName
{
background-color: #FDB7B2;
}
.BgClassName
{
background-color: #FDB7B2;
}
</style>
border-color css
<style>
span { border-color: #FDB7B2; }
span { border-color: rgb(253,183,178); }
td.TdClassName
{
border-color: #FDB7B2;
}
.TagClassName
{
border-color: #FDB7B2;
}
</style>