Shades of Melon #FBBEAB
Tints of Melon #FBBEAB
RGB
CMYK
RGB Variations
Color information
#FBBEAB (or 0xFBBEAB) is known color: Melon. HEX triplet: FB, BE and AB. RGB value is (251,190,171). Sum of RGB (Red+Green+Blue) = 251+190+171=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBEAB is #044154. Grayscale: #CECECE. Windows color (decimal): -278869 or 11255547. OLE color: 11255547.
HSL color Cylindrical-coordinate representation of color #FBBEAB: hue angle of 14.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBBEAB is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 171 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 14.25º | 0.91% | 0.83% | - |
| HSV(B) | 14.25º | 0.32% | 0.98% | - |
| XYZ | 65.55 | 60.28 | 46.71 | - |
| YUV | 206.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 171 | 0 | 0.24 | 0.32 | 0.02 | 14.25 | 0.91 | 0.83 |
| Hex | FB | BE | AB | 0 | 18 | 20 | 2 | E | 5B | 53 |
| Octal | 373 | 276 | 253 | 0 | 30 | 40 | 2 | 16 | 133 | 123 |
| Binary | 11111011 | 10111110 | 10101011 | 0 | 11000 | 100000 | 10 | 1110 | 1011011 | 1010011 |
Color Harmonies of #FBBEAB
Complementary color
Monochromatic Colors of #FBBEAB
Black with #FBBEAB
Text Example
Text Example
White with #FBBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEAB; }
p { color: rgb(251,190,171); }
H1.HeaderClassName
{
color: #FBBEAB;
}
.AnyTagClassName
{
color: #FBBEAB;
}
</style>
background-color css
<style>
a { background-color: #FBBEAB; }
a { background-color: rgb(251,190,171); }
div.DivClassName
{
background-color: #FBBEAB;
}
.BgClassName
{
background-color: #FBBEAB;
}
</style>
border-color css
<style>
span { border-color: #FBBEAB; }
span { border-color: rgb(251,190,171); }
td.TdClassName
{
border-color: #FBBEAB;
}
.TagClassName
{
border-color: #FBBEAB;
}
</style>