Shades of Melon #FDBCB6
Tints of Melon #FDBCB6
RGB
CMYK
RGB Variations
Color information
#FDBCB6 (or 0xFDBCB6) is known color: Melon. HEX triplet: FD, BC and B6. RGB value is (253,188,182). Sum of RGB (Red+Green+Blue) = 253+188+182=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCB6 is #024349. Grayscale: #CECECE. Windows color (decimal): -148298 or 11975933. OLE color: 11975933.
HSL color Cylindrical-coordinate representation of color #FDBCB6: hue angle of 5.07º 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 #FDBCB6 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 182 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.01 |
| HSL | 5.07º | 0.95% | 0.85% | - |
| HSV(B) | 5.07º | 0.28% | 0.99% | - |
| XYZ | 66.93 | 60.23 | 52.35 | - |
| YUV | 206.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 182 | 0 | 0.26 | 0.28 | 0.01 | 5.07 | 0.95 | 0.85 |
| Hex | FD | BC | B6 | 0 | 1A | 1C | 1 | 5 | 5F | 55 |
| Octal | 375 | 274 | 266 | 0 | 32 | 34 | 1 | 5 | 137 | 125 |
| Binary | 11111101 | 10111100 | 10110110 | 0 | 11010 | 11100 | 1 | 101 | 1011111 | 1010101 |
Color Harmonies of #FDBCB6
Complementary color
Monochromatic Colors of #FDBCB6
Black with #FDBCB6
Text Example
Text Example
White with #FDBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCB6; }
p { color: rgb(253,188,182); }
H1.HeaderClassName
{
color: #FDBCB6;
}
.AnyTagClassName
{
color: #FDBCB6;
}
</style>
background-color css
<style>
a { background-color: #FDBCB6; }
a { background-color: rgb(253,188,182); }
div.DivClassName
{
background-color: #FDBCB6;
}
.BgClassName
{
background-color: #FDBCB6;
}
</style>
border-color css
<style>
span { border-color: #FDBCB6; }
span { border-color: rgb(253,188,182); }
td.TdClassName
{
border-color: #FDBCB6;
}
.TagClassName
{
border-color: #FDBCB6;
}
</style>