Shades of Melon #FDBDB0
Tints of Melon #FDBDB0
RGB
CMYK
RGB Variations
Color information
#FDBDB0 (or 0xFDBDB0) is known color: Melon. HEX triplet: FD, BD and B0. RGB value is (253,189,176). Sum of RGB (Red+Green+Blue) = 253+189+176=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDB0 is #02424F. Grayscale: #CECECE. Windows color (decimal): -148048 or 11582973. OLE color: 11582973.
HSL color Cylindrical-coordinate representation of color #FDBDB0: hue angle of 10.13º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBDB0 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 176 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.01 |
| HSL | 10.13º | 0.95% | 0.84% | - |
| HSV(B) | 10.13º | 0.3% | 0.99% | - |
| XYZ | 66.54 | 60.41 | 49.23 | - |
| YUV | 206.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 176 | 0 | 0.25 | 0.30 | 0.01 | 10.13 | 0.95 | 0.84 |
| Hex | FD | BD | B0 | 0 | 19 | 1E | 1 | A | 5F | 54 |
| Octal | 375 | 275 | 260 | 0 | 31 | 36 | 1 | 12 | 137 | 124 |
| Binary | 11111101 | 10111101 | 10110000 | 0 | 11001 | 11110 | 1 | 1010 | 1011111 | 1010100 |
Color Harmonies of #FDBDB0
Complementary color
Monochromatic Colors of #FDBDB0
Black with #FDBDB0
Text Example
Text Example
White with #FDBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB0; }
p { color: rgb(253,189,176); }
H1.HeaderClassName
{
color: #FDBDB0;
}
.AnyTagClassName
{
color: #FDBDB0;
}
</style>
background-color css
<style>
a { background-color: #FDBDB0; }
a { background-color: rgb(253,189,176); }
div.DivClassName
{
background-color: #FDBDB0;
}
.BgClassName
{
background-color: #FDBDB0;
}
</style>
border-color css
<style>
span { border-color: #FDBDB0; }
span { border-color: rgb(253,189,176); }
td.TdClassName
{
border-color: #FDBDB0;
}
.TagClassName
{
border-color: #FDBDB0;
}
</style>