Shades of Melon #FDBFA8
Tints of Melon #FDBFA8
RGB
CMYK
RGB Variations
Color information
#FDBFA8 (or 0xFDBFA8) is known color: Melon. HEX triplet: FD, BF and A8. RGB value is (253,191,168). Sum of RGB (Red+Green+Blue) = 253+191+168=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFA8 is #024057. Grayscale: #CFCFCF. Windows color (decimal): -147544 or 11059197. OLE color: 11059197.
HSL color Cylindrical-coordinate representation of color #FDBFA8: hue angle of 16.24º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBFA8 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 168 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.01 |
| HSL | 16.24º | 0.96% | 0.83% | - |
| HSV(B) | 16.24º | 0.34% | 0.99% | - |
| XYZ | 66.21 | 60.97 | 45.32 | - |
| YUV | 206.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 168 | 0 | 0.25 | 0.34 | 0.01 | 16.24 | 0.96 | 0.83 |
| Hex | FD | BF | A8 | 0 | 19 | 22 | 1 | 10 | 60 | 53 |
| Octal | 375 | 277 | 250 | 0 | 31 | 42 | 1 | 20 | 140 | 123 |
| Binary | 11111101 | 10111111 | 10101000 | 0 | 11001 | 100010 | 1 | 10000 | 1100000 | 1010011 |
Color Harmonies of #FDBFA8
Complementary color
Monochromatic Colors of #FDBFA8
Black with #FDBFA8
Text Example
Text Example
White with #FDBFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFA8; }
p { color: rgb(253,191,168); }
H1.HeaderClassName
{
color: #FDBFA8;
}
.AnyTagClassName
{
color: #FDBFA8;
}
</style>
background-color css
<style>
a { background-color: #FDBFA8; }
a { background-color: rgb(253,191,168); }
div.DivClassName
{
background-color: #FDBFA8;
}
.BgClassName
{
background-color: #FDBFA8;
}
</style>
border-color css
<style>
span { border-color: #FDBFA8; }
span { border-color: rgb(253,191,168); }
td.TdClassName
{
border-color: #FDBFA8;
}
.TagClassName
{
border-color: #FDBFA8;
}
</style>