Shades of Melon #FDBDA4
Tints of Melon #FDBDA4
RGB
CMYK
RGB Variations
Color information
#FDBDA4 (or 0xFDBDA4) is known color: Melon. HEX triplet: FD, BD and A4. RGB value is (253,189,164). Sum of RGB (Red+Green+Blue) = 253+189+164=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA4 is #02425B. Grayscale: #CDCDCD. Windows color (decimal): -148060 or 10796541. OLE color: 10796541.
HSL color Cylindrical-coordinate representation of color #FDBDA4: hue angle of 16.85º 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 #FDBDA4 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 164 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.01 |
| HSL | 16.85º | 0.96% | 0.82% | - |
| HSV(B) | 16.85º | 0.35% | 0.99% | - |
| XYZ | 65.41 | 59.96 | 43.25 | - |
| YUV | 205.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 164 | 0 | 0.25 | 0.35 | 0.01 | 16.85 | 0.96 | 0.82 |
| Hex | FD | BD | A4 | 0 | 19 | 23 | 1 | 11 | 60 | 52 |
| Octal | 375 | 275 | 244 | 0 | 31 | 43 | 1 | 21 | 140 | 122 |
| Binary | 11111101 | 10111101 | 10100100 | 0 | 11001 | 100011 | 1 | 10001 | 1100000 | 1010010 |
Color Harmonies of #FDBDA4
Complementary color
Monochromatic Colors of #FDBDA4
Black with #FDBDA4
Text Example
Text Example
White with #FDBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA4; }
p { color: rgb(253,189,164); }
H1.HeaderClassName
{
color: #FDBDA4;
}
.AnyTagClassName
{
color: #FDBDA4;
}
</style>
background-color css
<style>
a { background-color: #FDBDA4; }
a { background-color: rgb(253,189,164); }
div.DivClassName
{
background-color: #FDBDA4;
}
.BgClassName
{
background-color: #FDBDA4;
}
</style>
border-color css
<style>
span { border-color: #FDBDA4; }
span { border-color: rgb(253,189,164); }
td.TdClassName
{
border-color: #FDBDA4;
}
.TagClassName
{
border-color: #FDBDA4;
}
</style>