Shades of Melon #FDBFAE
Tints of Melon #FDBFAE
RGB
CMYK
RGB Variations
Color information
#FDBFAE (or 0xFDBFAE) is known color: Melon. HEX triplet: FD, BF and AE. RGB value is (253,191,174). Sum of RGB (Red+Green+Blue) = 253+191+174=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFAE is #024051. Grayscale: #CFCFCF. Windows color (decimal): -147538 or 11452413. OLE color: 11452413.
HSL color Cylindrical-coordinate representation of color #FDBFAE: hue angle of 12.91º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDBFAE is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 174 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.01 |
| HSL | 12.91º | 0.95% | 0.84% | - |
| HSV(B) | 12.91º | 0.31% | 0.99% | - |
| XYZ | 66.78 | 61.2 | 48.34 | - |
| YUV | 207.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 174 | 0 | 0.25 | 0.31 | 0.01 | 12.91 | 0.95 | 0.84 |
| Hex | FD | BF | AE | 0 | 19 | 1F | 1 | D | 5F | 54 |
| Octal | 375 | 277 | 256 | 0 | 31 | 37 | 1 | 15 | 137 | 124 |
| Binary | 11111101 | 10111111 | 10101110 | 0 | 11001 | 11111 | 1 | 1101 | 1011111 | 1010100 |
Color Harmonies of #FDBFAE
Complementary color
Monochromatic Colors of #FDBFAE
Black with #FDBFAE
Text Example
Text Example
White with #FDBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFAE; }
p { color: rgb(253,191,174); }
H1.HeaderClassName
{
color: #FDBFAE;
}
.AnyTagClassName
{
color: #FDBFAE;
}
</style>
background-color css
<style>
a { background-color: #FDBFAE; }
a { background-color: rgb(253,191,174); }
div.DivClassName
{
background-color: #FDBFAE;
}
.BgClassName
{
background-color: #FDBFAE;
}
</style>
border-color css
<style>
span { border-color: #FDBFAE; }
span { border-color: rgb(253,191,174); }
td.TdClassName
{
border-color: #FDBFAE;
}
.TagClassName
{
border-color: #FDBFAE;
}
</style>