Shades of Melon #FDBCB2
Tints of Melon #FDBCB2
RGB
CMYK
RGB Variations
Color information
#FDBCB2 (or 0xFDBCB2) is known color: Melon. HEX triplet: FD, BC and B2. RGB value is (253,188,178). Sum of RGB (Red+Green+Blue) = 253+188+178=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCB2 is #02434D. Grayscale: #CECECE. Windows color (decimal): -148302 or 11713789. OLE color: 11713789.
HSL color Cylindrical-coordinate representation of color #FDBCB2: hue angle of 8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBCB2 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 178 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 8º | 0.95% | 0.85% | - |
| HSV(B) | 8º | 0.3% | 0.99% | - |
| XYZ | 66.53 | 60.06 | 50.21 | - |
| YUV | 206.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 178 | 0 | 0.26 | 0.30 | 0.01 | 8 | 0.95 | 0.85 |
| Hex | FD | BC | B2 | 0 | 1A | 1E | 1 | 8 | 5F | 55 |
| Octal | 375 | 274 | 262 | 0 | 32 | 36 | 1 | 10 | 137 | 125 |
| Binary | 11111101 | 10111100 | 10110010 | 0 | 11010 | 11110 | 1 | 1000 | 1011111 | 1010101 |
Color Harmonies of #FDBCB2
Complementary color
Monochromatic Colors of #FDBCB2
Black with #FDBCB2
Text Example
Text Example
White with #FDBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCB2; }
p { color: rgb(253,188,178); }
H1.HeaderClassName
{
color: #FDBCB2;
}
.AnyTagClassName
{
color: #FDBCB2;
}
</style>
background-color css
<style>
a { background-color: #FDBCB2; }
a { background-color: rgb(253,188,178); }
div.DivClassName
{
background-color: #FDBCB2;
}
.BgClassName
{
background-color: #FDBCB2;
}
</style>
border-color css
<style>
span { border-color: #FDBCB2; }
span { border-color: rgb(253,188,178); }
td.TdClassName
{
border-color: #FDBCB2;
}
.TagClassName
{
border-color: #FDBCB2;
}
</style>