Shades of Melon #FDBDA8
Tints of Melon #FDBDA8
RGB
CMYK
RGB Variations
Color information
#FDBDA8 (or 0xFDBDA8) is known color: Melon. HEX triplet: FD, BD and A8. RGB value is (253,189,168). Sum of RGB (Red+Green+Blue) = 253+189+168=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA8 is #024257. Grayscale: #CDCDCD. Windows color (decimal): -148056 or 11058685. OLE color: 11058685.
HSL color Cylindrical-coordinate representation of color #FDBDA8: hue angle of 14.82º 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 #FDBDA8 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 168 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.01 |
| HSL | 14.82º | 0.96% | 0.83% | - |
| HSV(B) | 14.82º | 0.34% | 0.99% | - |
| XYZ | 65.77 | 60.11 | 45.18 | - |
| YUV | 205.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 168 | 0 | 0.25 | 0.34 | 0.01 | 14.82 | 0.96 | 0.83 |
| Hex | FD | BD | A8 | 0 | 19 | 22 | 1 | F | 60 | 53 |
| Octal | 375 | 275 | 250 | 0 | 31 | 42 | 1 | 17 | 140 | 123 |
| Binary | 11111101 | 10111101 | 10101000 | 0 | 11001 | 100010 | 1 | 1111 | 1100000 | 1010011 |
Color Harmonies of #FDBDA8
Complementary color
Monochromatic Colors of #FDBDA8
Black with #FDBDA8
Text Example
Text Example
White with #FDBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA8; }
p { color: rgb(253,189,168); }
H1.HeaderClassName
{
color: #FDBDA8;
}
.AnyTagClassName
{
color: #FDBDA8;
}
</style>
background-color css
<style>
a { background-color: #FDBDA8; }
a { background-color: rgb(253,189,168); }
div.DivClassName
{
background-color: #FDBDA8;
}
.BgClassName
{
background-color: #FDBDA8;
}
</style>
border-color css
<style>
span { border-color: #FDBDA8; }
span { border-color: rgb(253,189,168); }
td.TdClassName
{
border-color: #FDBDA8;
}
.TagClassName
{
border-color: #FDBDA8;
}
</style>