Shades of Melon #FDBDA9
Tints of Melon #FDBDA9
RGB
CMYK
RGB Variations
Color information
#FDBDA9 (or 0xFDBDA9) is known color: Melon. HEX triplet: FD, BD and A9. RGB value is (253,189,169). Sum of RGB (Red+Green+Blue) = 253+189+169=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDA9 is #024256. Grayscale: #CDCDCD. Windows color (decimal): -148055 or 11124221. OLE color: 11124221.
HSL color Cylindrical-coordinate representation of color #FDBDA9: hue angle of 14.29º 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 #FDBDA9 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 169 | - |
CMYK | 0 | 0.25 | 0.33 | 0.01 |
HSL | 14.29º | 0.95% | 0.83% | - |
HSV(B) | 14.29º | 0.33% | 0.99% | - |
XYZ | 65.87 | 60.14 | 45.67 | - |
YUV | 205.86 | 107.2 | 161.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 169 | 0 | 0.25 | 0.33 | 0.01 | 14.29 | 0.95 | 0.83 |
Hex | FD | BD | A9 | 0 | 19 | 21 | 1 | E | 5F | 53 |
Octal | 375 | 275 | 251 | 0 | 31 | 41 | 1 | 16 | 137 | 123 |
Binary | 11111101 | 10111101 | 10101001 | 0 | 11001 | 100001 | 1 | 1110 | 1011111 | 1010011 |
Color Harmonies of #FDBDA9
Complementary color
Monochromatic Colors of #FDBDA9
Black with #FDBDA9
Text Example
Text Example
White with #FDBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDA9; }
p { color: rgb(253,189,169); }
H1.HeaderClassName
{
color: #FDBDA9;
}
.AnyTagClassName
{
color: #FDBDA9;
}
</style>
background-color css
<style>
a { background-color: #FDBDA9; }
a { background-color: rgb(253,189,169); }
div.DivClassName
{
background-color: #FDBDA9;
}
.BgClassName
{
background-color: #FDBDA9;
}
</style>
border-color css
<style>
span { border-color: #FDBDA9; }
span { border-color: rgb(253,189,169); }
td.TdClassName
{
border-color: #FDBDA9;
}
.TagClassName
{
border-color: #FDBDA9;
}
</style>