Shades of Melon #FEBBAB
Tints of Melon #FEBBAB
RGB
CMYK
RGB Variations
Color information
#FEBBAB (or 0xFEBBAB) is known color: Melon. HEX triplet: FE, BB and AB. RGB value is (254,187,171). Sum of RGB (Red+Green+Blue) = 254+187+171=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBAB is #014454. Grayscale: #CDCDCD. Windows color (decimal): -83029 or 11254782. OLE color: 11254782.
HSL color Cylindrical-coordinate representation of color #FEBBAB: hue angle of 11.57º 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 #FEBBAB is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 171 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.00 |
| HSL | 11.57º | 0.98% | 0.83% | - |
| HSV(B) | 11.57º | 0.33% | 1% | - |
| XYZ | 65.99 | 59.55 | 46.54 | - |
| YUV | 205.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 171 | 0 | 0.26 | 0.33 | 0.00 | 11.57 | 0.98 | 0.83 |
| Hex | FE | BB | AB | 0 | 1A | 21 | 0 | C | 62 | 53 |
| Octal | 376 | 273 | 253 | 0 | 32 | 41 | 0 | 14 | 142 | 123 |
| Binary | 11111110 | 10111011 | 10101011 | 0 | 11010 | 100001 | 0 | 1100 | 1100010 | 1010011 |
Color Harmonies of #FEBBAB
Complementary color
Monochromatic Colors of #FEBBAB
Black with #FEBBAB
Text Example
Text Example
White with #FEBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBAB; }
p { color: rgb(254,187,171); }
H1.HeaderClassName
{
color: #FEBBAB;
}
.AnyTagClassName
{
color: #FEBBAB;
}
</style>
background-color css
<style>
a { background-color: #FEBBAB; }
a { background-color: rgb(254,187,171); }
div.DivClassName
{
background-color: #FEBBAB;
}
.BgClassName
{
background-color: #FEBBAB;
}
</style>
border-color css
<style>
span { border-color: #FEBBAB; }
span { border-color: rgb(254,187,171); }
td.TdClassName
{
border-color: #FEBBAB;
}
.TagClassName
{
border-color: #FEBBAB;
}
</style>