Shades of Melon #FDBCB1
Tints of Melon #FDBCB1
RGB
CMYK
RGB Variations
Color information
#FDBCB1 (or 0xFDBCB1) is known color: Melon. HEX triplet: FD, BC and B1. RGB value is (253,188,177). Sum of RGB (Red+Green+Blue) = 253+188+177=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCB1 is #02434E. Grayscale: #CECECE. Windows color (decimal): -148303 or 11648253. OLE color: 11648253.
HSL color Cylindrical-coordinate representation of color #FDBCB1: hue angle of 8.68º 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 #FDBCB1 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 177 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 8.68º | 0.95% | 0.84% | - |
| HSV(B) | 8.68º | 0.3% | 0.99% | - |
| XYZ | 66.43 | 60.02 | 49.68 | - |
| YUV | 206.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 177 | 0 | 0.26 | 0.30 | 0.01 | 8.68 | 0.95 | 0.84 |
| Hex | FD | BC | B1 | 0 | 1A | 1E | 1 | 9 | 5F | 54 |
| Octal | 375 | 274 | 261 | 0 | 32 | 36 | 1 | 11 | 137 | 124 |
| Binary | 11111101 | 10111100 | 10110001 | 0 | 11010 | 11110 | 1 | 1001 | 1011111 | 1010100 |
Color Harmonies of #FDBCB1
Complementary color
Monochromatic Colors of #FDBCB1
Black with #FDBCB1
Text Example
Text Example
White with #FDBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCB1; }
p { color: rgb(253,188,177); }
H1.HeaderClassName
{
color: #FDBCB1;
}
.AnyTagClassName
{
color: #FDBCB1;
}
</style>
background-color css
<style>
a { background-color: #FDBCB1; }
a { background-color: rgb(253,188,177); }
div.DivClassName
{
background-color: #FDBCB1;
}
.BgClassName
{
background-color: #FDBCB1;
}
</style>
border-color css
<style>
span { border-color: #FDBCB1; }
span { border-color: rgb(253,188,177); }
td.TdClassName
{
border-color: #FDBCB1;
}
.TagClassName
{
border-color: #FDBCB1;
}
</style>