Shades of Melon #FEC1AB
Tints of Melon #FEC1AB
RGB
CMYK
RGB Variations
Color information
#FEC1AB (or 0xFEC1AB) is known color: Melon. HEX triplet: FE, C1 and AB. RGB value is (254,193,171). Sum of RGB (Red+Green+Blue) = 254+193+171=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1AB is #013E54. Grayscale: #D0D0D0. Windows color (decimal): -81493 or 11256318. OLE color: 11256318.
HSL color Cylindrical-coordinate representation of color #FEC1AB: hue angle of 15.9º 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 #FEC1AB is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 171 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.00 |
| HSL | 15.9º | 0.98% | 0.83% | - |
| HSV(B) | 15.9º | 0.33% | 1% | - |
| XYZ | 67.29 | 62.15 | 46.98 | - |
| YUV | 208.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 171 | 0 | 0.24 | 0.33 | 0.00 | 15.9 | 0.98 | 0.83 |
| Hex | FE | C1 | AB | 0 | 18 | 21 | 0 | 10 | 62 | 53 |
| Octal | 376 | 301 | 253 | 0 | 30 | 41 | 0 | 20 | 142 | 123 |
| Binary | 11111110 | 11000001 | 10101011 | 0 | 11000 | 100001 | 0 | 10000 | 1100010 | 1010011 |
Color Harmonies of #FEC1AB
Complementary color
Monochromatic Colors of #FEC1AB
Black with #FEC1AB
Text Example
Text Example
White with #FEC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1AB; }
p { color: rgb(254,193,171); }
H1.HeaderClassName
{
color: #FEC1AB;
}
.AnyTagClassName
{
color: #FEC1AB;
}
</style>
background-color css
<style>
a { background-color: #FEC1AB; }
a { background-color: rgb(254,193,171); }
div.DivClassName
{
background-color: #FEC1AB;
}
.BgClassName
{
background-color: #FEC1AB;
}
</style>
border-color css
<style>
span { border-color: #FEC1AB; }
span { border-color: rgb(254,193,171); }
td.TdClassName
{
border-color: #FEC1AB;
}
.TagClassName
{
border-color: #FEC1AB;
}
</style>