Shades of Melon #FDBFAA
Tints of Melon #FDBFAA
RGB
CMYK
RGB Variations
Color information
#FDBFAA (or 0xFDBFAA) is known color: Melon. HEX triplet: FD, BF and AA. RGB value is (253,191,170). Sum of RGB (Red+Green+Blue) = 253+191+170=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFAA is #024055. Grayscale: #CFCFCF. Windows color (decimal): -147542 or 11190269. OLE color: 11190269.
HSL color Cylindrical-coordinate representation of color #FDBFAA: hue angle of 15.18º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDBFAA is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 170 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.01 |
| HSL | 15.18º | 0.95% | 0.83% | - |
| HSV(B) | 15.18º | 0.33% | 0.99% | - |
| XYZ | 66.39 | 61.05 | 46.31 | - |
| YUV | 207.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 170 | 0 | 0.25 | 0.33 | 0.01 | 15.18 | 0.95 | 0.83 |
| Hex | FD | BF | AA | 0 | 19 | 21 | 1 | F | 5F | 53 |
| Octal | 375 | 277 | 252 | 0 | 31 | 41 | 1 | 17 | 137 | 123 |
| Binary | 11111101 | 10111111 | 10101010 | 0 | 11001 | 100001 | 1 | 1111 | 1011111 | 1010011 |
Color Harmonies of #FDBFAA
Complementary color
Monochromatic Colors of #FDBFAA
Black with #FDBFAA
Text Example
Text Example
White with #FDBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFAA; }
p { color: rgb(253,191,170); }
H1.HeaderClassName
{
color: #FDBFAA;
}
.AnyTagClassName
{
color: #FDBFAA;
}
</style>
background-color css
<style>
a { background-color: #FDBFAA; }
a { background-color: rgb(253,191,170); }
div.DivClassName
{
background-color: #FDBFAA;
}
.BgClassName
{
background-color: #FDBFAA;
}
</style>
border-color css
<style>
span { border-color: #FDBFAA; }
span { border-color: rgb(253,191,170); }
td.TdClassName
{
border-color: #FDBFAA;
}
.TagClassName
{
border-color: #FDBFAA;
}
</style>