Shades of Melon #FDBCB5
Tints of Melon #FDBCB5
RGB
CMYK
RGB Variations
Color information
#FDBCB5 (or 0xFDBCB5) is known color: Melon. HEX triplet: FD, BC and B5. RGB value is (253,188,181). Sum of RGB (Red+Green+Blue) = 253+188+181=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCB5 is #02434A. Grayscale: #CECECE. Windows color (decimal): -148299 or 11910397. OLE color: 11910397.
HSL color Cylindrical-coordinate representation of color #FDBCB5: hue angle of 5.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDBCB5 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 181 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.01 |
| HSL | 5.83º | 0.95% | 0.85% | - |
| HSV(B) | 5.83º | 0.28% | 0.99% | - |
| XYZ | 66.83 | 60.19 | 51.81 | - |
| YUV | 206.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 181 | 0 | 0.26 | 0.28 | 0.01 | 5.83 | 0.95 | 0.85 |
| Hex | FD | BC | B5 | 0 | 1A | 1C | 1 | 6 | 5F | 55 |
| Octal | 375 | 274 | 265 | 0 | 32 | 34 | 1 | 6 | 137 | 125 |
| Binary | 11111101 | 10111100 | 10110101 | 0 | 11010 | 11100 | 1 | 110 | 1011111 | 1010101 |
Color Harmonies of #FDBCB5
Complementary color
Monochromatic Colors of #FDBCB5
Black with #FDBCB5
Text Example
Text Example
White with #FDBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCB5; }
p { color: rgb(253,188,181); }
H1.HeaderClassName
{
color: #FDBCB5;
}
.AnyTagClassName
{
color: #FDBCB5;
}
</style>
background-color css
<style>
a { background-color: #FDBCB5; }
a { background-color: rgb(253,188,181); }
div.DivClassName
{
background-color: #FDBCB5;
}
.BgClassName
{
background-color: #FDBCB5;
}
</style>
border-color css
<style>
span { border-color: #FDBCB5; }
span { border-color: rgb(253,188,181); }
td.TdClassName
{
border-color: #FDBCB5;
}
.TagClassName
{
border-color: #FDBCB5;
}
</style>