Shades of Melon #FDB8AB
Tints of Melon #FDB8AB
RGB
CMYK
RGB Variations
Color information
#FDB8AB (or 0xFDB8AB) is known color: Melon. HEX triplet: FD, B8 and AB. RGB value is (253,184,171). Sum of RGB (Red+Green+Blue) = 253+184+171=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8AB is #024754. Grayscale: #CBCBCB. Windows color (decimal): -149333 or 11254013. OLE color: 11254013.
HSL color Cylindrical-coordinate representation of color #FDB8AB: hue angle of 9.51º 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 #FDB8AB is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 171 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.01 |
| HSL | 9.51º | 0.95% | 0.83% | - |
| HSV(B) | 9.51º | 0.32% | 0.99% | - |
| XYZ | 65 | 58.1 | 46.32 | - |
| YUV | 203.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 171 | 0 | 0.27 | 0.32 | 0.01 | 9.51 | 0.95 | 0.83 |
| Hex | FD | B8 | AB | 0 | 1B | 20 | 1 | A | 5F | 53 |
| Octal | 375 | 270 | 253 | 0 | 33 | 40 | 1 | 12 | 137 | 123 |
| Binary | 11111101 | 10111000 | 10101011 | 0 | 11011 | 100000 | 1 | 1010 | 1011111 | 1010011 |
Color Harmonies of #FDB8AB
Complementary color
Monochromatic Colors of #FDB8AB
Black with #FDB8AB
Text Example
Text Example
White with #FDB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8AB; }
p { color: rgb(253,184,171); }
H1.HeaderClassName
{
color: #FDB8AB;
}
.AnyTagClassName
{
color: #FDB8AB;
}
</style>
background-color css
<style>
a { background-color: #FDB8AB; }
a { background-color: rgb(253,184,171); }
div.DivClassName
{
background-color: #FDB8AB;
}
.BgClassName
{
background-color: #FDB8AB;
}
</style>
border-color css
<style>
span { border-color: #FDB8AB; }
span { border-color: rgb(253,184,171); }
td.TdClassName
{
border-color: #FDB8AB;
}
.TagClassName
{
border-color: #FDB8AB;
}
</style>