Shades of Melon #FDBFAC
Tints of Melon #FDBFAC
RGB
CMYK
RGB Variations
Color information
#FDBFAC (or 0xFDBFAC) is known color: Melon. HEX triplet: FD, BF and AC. RGB value is (253,191,172). Sum of RGB (Red+Green+Blue) = 253+191+172=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFAC is #024053. Grayscale: #CFCFCF. Windows color (decimal): -147540 or 11321341. OLE color: 11321341.
HSL color Cylindrical-coordinate representation of color #FDBFAC: hue angle of 14.07º 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 #FDBFAC is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 172 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.01 |
| HSL | 14.07º | 0.95% | 0.83% | - |
| HSV(B) | 14.07º | 0.32% | 0.99% | - |
| XYZ | 66.59 | 61.12 | 47.32 | - |
| YUV | 207.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 172 | 0 | 0.25 | 0.32 | 0.01 | 14.07 | 0.95 | 0.83 |
| Hex | FD | BF | AC | 0 | 19 | 20 | 1 | E | 5F | 53 |
| Octal | 375 | 277 | 254 | 0 | 31 | 40 | 1 | 16 | 137 | 123 |
| Binary | 11111101 | 10111111 | 10101100 | 0 | 11001 | 100000 | 1 | 1110 | 1011111 | 1010011 |
Color Harmonies of #FDBFAC
Complementary color
Monochromatic Colors of #FDBFAC
Black with #FDBFAC
Text Example
Text Example
White with #FDBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFAC; }
p { color: rgb(253,191,172); }
H1.HeaderClassName
{
color: #FDBFAC;
}
.AnyTagClassName
{
color: #FDBFAC;
}
</style>
background-color css
<style>
a { background-color: #FDBFAC; }
a { background-color: rgb(253,191,172); }
div.DivClassName
{
background-color: #FDBFAC;
}
.BgClassName
{
background-color: #FDBFAC;
}
</style>
border-color css
<style>
span { border-color: #FDBFAC; }
span { border-color: rgb(253,191,172); }
td.TdClassName
{
border-color: #FDBFAC;
}
.TagClassName
{
border-color: #FDBFAC;
}
</style>