Shades of Melon #FEB5AB
Tints of Melon #FEB5AB
RGB
CMYK
RGB Variations
Color information
#FEB5AB (or 0xFEB5AB) is known color: Melon. HEX triplet: FE, B5 and AB. RGB value is (254,181,171). Sum of RGB (Red+Green+Blue) = 254+181+171=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AB is #014A54. Grayscale: #C9C9C9. Windows color (decimal): -84565 or 11253246. OLE color: 11253246.
HSL color Cylindrical-coordinate representation of color #FEB5AB: hue angle of 7.23º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEB5AB is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 171 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.00 |
| HSL | 7.23º | 0.98% | 0.83% | - |
| HSV(B) | 7.23º | 0.33% | 1% | - |
| XYZ | 64.75 | 57.06 | 46.13 | - |
| YUV | 201.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 171 | 0 | 0.29 | 0.33 | 0.00 | 7.23 | 0.98 | 0.83 |
| Hex | FE | B5 | AB | 0 | 1D | 21 | 0 | 7 | 62 | 53 |
| Octal | 376 | 265 | 253 | 0 | 35 | 41 | 0 | 7 | 142 | 123 |
| Binary | 11111110 | 10110101 | 10101011 | 0 | 11101 | 100001 | 0 | 111 | 1100010 | 1010011 |
Color Harmonies of #FEB5AB
Complementary color
Monochromatic Colors of #FEB5AB
Black with #FEB5AB
Text Example
Text Example
White with #FEB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5AB; }
p { color: rgb(254,181,171); }
H1.HeaderClassName
{
color: #FEB5AB;
}
.AnyTagClassName
{
color: #FEB5AB;
}
</style>
background-color css
<style>
a { background-color: #FEB5AB; }
a { background-color: rgb(254,181,171); }
div.DivClassName
{
background-color: #FEB5AB;
}
.BgClassName
{
background-color: #FEB5AB;
}
</style>
border-color css
<style>
span { border-color: #FEB5AB; }
span { border-color: rgb(254,181,171); }
td.TdClassName
{
border-color: #FEB5AB;
}
.TagClassName
{
border-color: #FEB5AB;
}
</style>