Shades of Melon #FDBDB3
Tints of Melon #FDBDB3
RGB
CMYK
RGB Variations
Color information
#FDBDB3 (or 0xFDBDB3) is known color: Melon. HEX triplet: FD, BD and B3. RGB value is (253,189,179). Sum of RGB (Red+Green+Blue) = 253+189+179=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDB3 is #02424C. Grayscale: #CFCFCF. Windows color (decimal): -148045 or 11779581. OLE color: 11779581.
HSL color Cylindrical-coordinate representation of color #FDBDB3: hue angle of 8.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDBDB3 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 179 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.01 |
| HSL | 8.11º | 0.95% | 0.85% | - |
| HSV(B) | 8.11º | 0.29% | 0.99% | - |
| XYZ | 66.84 | 60.53 | 50.81 | - |
| YUV | 207 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 179 | 0 | 0.25 | 0.29 | 0.01 | 8.11 | 0.95 | 0.85 |
| Hex | FD | BD | B3 | 0 | 19 | 1D | 1 | 8 | 5F | 55 |
| Octal | 375 | 275 | 263 | 0 | 31 | 35 | 1 | 10 | 137 | 125 |
| Binary | 11111101 | 10111101 | 10110011 | 0 | 11001 | 11101 | 1 | 1000 | 1011111 | 1010101 |
Color Harmonies of #FDBDB3
Complementary color
Monochromatic Colors of #FDBDB3
Black with #FDBDB3
Text Example
Text Example
White with #FDBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB3; }
p { color: rgb(253,189,179); }
H1.HeaderClassName
{
color: #FDBDB3;
}
.AnyTagClassName
{
color: #FDBDB3;
}
</style>
background-color css
<style>
a { background-color: #FDBDB3; }
a { background-color: rgb(253,189,179); }
div.DivClassName
{
background-color: #FDBDB3;
}
.BgClassName
{
background-color: #FDBDB3;
}
</style>
border-color css
<style>
span { border-color: #FDBDB3; }
span { border-color: rgb(253,189,179); }
td.TdClassName
{
border-color: #FDBDB3;
}
.TagClassName
{
border-color: #FDBDB3;
}
</style>