Shades of Melon #FDBEAB
Tints of Melon #FDBEAB
RGB
CMYK
RGB Variations
Color information
#FDBEAB (or 0xFDBEAB) is known color: Melon. HEX triplet: FD, BE and AB. RGB value is (253,190,171). Sum of RGB (Red+Green+Blue) = 253+190+171=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEAB is #024154. Grayscale: #CECECE. Windows color (decimal): -147797 or 11255549. OLE color: 11255549.
HSL color Cylindrical-coordinate representation of color #FDBEAB: hue angle of 13.9º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDBEAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.01 |
| HSL | 13.9º | 0.95% | 0.83% | - |
| HSV(B) | 13.9º | 0.32% | 0.99% | - |
| XYZ | 66.27 | 60.65 | 46.74 | - |
| YUV | 206.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 171 | 0 | 0.25 | 0.32 | 0.01 | 13.9 | 0.95 | 0.83 |
| Hex | FD | BE | AB | 0 | 19 | 20 | 1 | E | 5F | 53 |
| Octal | 375 | 276 | 253 | 0 | 31 | 40 | 1 | 16 | 137 | 123 |
| Binary | 11111101 | 10111110 | 10101011 | 0 | 11001 | 100000 | 1 | 1110 | 1011111 | 1010011 |
Color Harmonies of #FDBEAB
Complementary color
Monochromatic Colors of #FDBEAB
Black with #FDBEAB
Text Example
Text Example
White with #FDBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEAB; }
p { color: rgb(253,190,171); }
H1.HeaderClassName
{
color: #FDBEAB;
}
.AnyTagClassName
{
color: #FDBEAB;
}
</style>
background-color css
<style>
a { background-color: #FDBEAB; }
a { background-color: rgb(253,190,171); }
div.DivClassName
{
background-color: #FDBEAB;
}
.BgClassName
{
background-color: #FDBEAB;
}
</style>
border-color css
<style>
span { border-color: #FDBEAB; }
span { border-color: rgb(253,190,171); }
td.TdClassName
{
border-color: #FDBEAB;
}
.TagClassName
{
border-color: #FDBEAB;
}
</style>