Shades of Melon #FDBDA5
Tints of Melon #FDBDA5
RGB
CMYK
RGB Variations
Color information
#FDBDA5 (or 0xFDBDA5) is known color: Melon. HEX triplet: FD, BD and A5. RGB value is (253,189,165). Sum of RGB (Red+Green+Blue) = 253+189+165=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA5 is #02425A. Grayscale: #CDCDCD. Windows color (decimal): -148059 or 10862077. OLE color: 10862077.
HSL color Cylindrical-coordinate representation of color #FDBDA5: hue angle of 16.36º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDBDA5 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 165 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.01 |
| HSL | 16.36º | 0.96% | 0.82% | - |
| HSV(B) | 16.36º | 0.35% | 0.99% | - |
| XYZ | 65.5 | 59.99 | 43.73 | - |
| YUV | 205.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 165 | 0 | 0.25 | 0.35 | 0.01 | 16.36 | 0.96 | 0.82 |
| Hex | FD | BD | A5 | 0 | 19 | 23 | 1 | 10 | 60 | 52 |
| Octal | 375 | 275 | 245 | 0 | 31 | 43 | 1 | 20 | 140 | 122 |
| Binary | 11111101 | 10111101 | 10100101 | 0 | 11001 | 100011 | 1 | 10000 | 1100000 | 1010010 |
Color Harmonies of #FDBDA5
Complementary color
Monochromatic Colors of #FDBDA5
Black with #FDBDA5
Text Example
Text Example
White with #FDBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA5; }
p { color: rgb(253,189,165); }
H1.HeaderClassName
{
color: #FDBDA5;
}
.AnyTagClassName
{
color: #FDBDA5;
}
</style>
background-color css
<style>
a { background-color: #FDBDA5; }
a { background-color: rgb(253,189,165); }
div.DivClassName
{
background-color: #FDBDA5;
}
.BgClassName
{
background-color: #FDBDA5;
}
</style>
border-color css
<style>
span { border-color: #FDBDA5; }
span { border-color: rgb(253,189,165); }
td.TdClassName
{
border-color: #FDBDA5;
}
.TagClassName
{
border-color: #FDBDA5;
}
</style>