Shades of Melon #FDBEB1
Tints of Melon #FDBEB1
RGB
CMYK
RGB Variations
Color information
#FDBEB1 (or 0xFDBEB1) is known color: Melon. HEX triplet: FD, BE and B1. RGB value is (253,190,177). Sum of RGB (Red+Green+Blue) = 253+190+177=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEB1 is #02414E. Grayscale: #CFCFCF. Windows color (decimal): -147791 or 11648765. OLE color: 11648765.
HSL color Cylindrical-coordinate representation of color #FDBEB1: hue angle of 10.26º 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 #FDBEB1 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 177 | - |
CMYK | 0 | 0.25 | 0.30 | 0.01 |
HSL | 10.26º | 0.95% | 0.84% | - |
HSV(B) | 10.26º | 0.3% | 0.99% | - |
XYZ | 66.86 | 60.88 | 49.82 | - |
YUV | 207.36 | 110.87 | 160.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 177 | 0 | 0.25 | 0.30 | 0.01 | 10.26 | 0.95 | 0.84 |
Hex | FD | BE | B1 | 0 | 19 | 1E | 1 | A | 5F | 54 |
Octal | 375 | 276 | 261 | 0 | 31 | 36 | 1 | 12 | 137 | 124 |
Binary | 11111101 | 10111110 | 10110001 | 0 | 11001 | 11110 | 1 | 1010 | 1011111 | 1010100 |
Color Harmonies of #FDBEB1
Complementary color
Monochromatic Colors of #FDBEB1
Black with #FDBEB1
Text Example
Text Example
White with #FDBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEB1; }
p { color: rgb(253,190,177); }
H1.HeaderClassName
{
color: #FDBEB1;
}
.AnyTagClassName
{
color: #FDBEB1;
}
</style>
background-color css
<style>
a { background-color: #FDBEB1; }
a { background-color: rgb(253,190,177); }
div.DivClassName
{
background-color: #FDBEB1;
}
.BgClassName
{
background-color: #FDBEB1;
}
</style>
border-color css
<style>
span { border-color: #FDBEB1; }
span { border-color: rgb(253,190,177); }
td.TdClassName
{
border-color: #FDBEB1;
}
.TagClassName
{
border-color: #FDBEB1;
}
</style>