Shades of Melon #FBBFAB
Tints of Melon #FBBFAB
RGB
CMYK
RGB Variations
Color information
#FBBFAB (or 0xFBBFAB) is known color: Melon. HEX triplet: FB, BF and AB. RGB value is (251,191,171). Sum of RGB (Red+Green+Blue) = 251+191+171=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBFAB is #044054. Grayscale: #CECECE. Windows color (decimal): -278613 or 11255803. OLE color: 11255803.
HSL color Cylindrical-coordinate representation of color #FBBFAB: hue angle of 15º 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 #FBBFAB is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 171 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 15º | 0.91% | 0.83% | - |
| HSV(B) | 15º | 0.32% | 0.98% | - |
| XYZ | 65.77 | 60.71 | 46.78 | - |
| YUV | 206.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 171 | 0 | 0.24 | 0.32 | 0.02 | 15 | 0.91 | 0.83 |
| Hex | FB | BF | AB | 0 | 18 | 20 | 2 | F | 5B | 53 |
| Octal | 373 | 277 | 253 | 0 | 30 | 40 | 2 | 17 | 133 | 123 |
| Binary | 11111011 | 10111111 | 10101011 | 0 | 11000 | 100000 | 10 | 1111 | 1011011 | 1010011 |
Color Harmonies of #FBBFAB
Complementary color
Monochromatic Colors of #FBBFAB
Black with #FBBFAB
Text Example
Text Example
White with #FBBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFAB; }
p { color: rgb(251,191,171); }
H1.HeaderClassName
{
color: #FBBFAB;
}
.AnyTagClassName
{
color: #FBBFAB;
}
</style>
background-color css
<style>
a { background-color: #FBBFAB; }
a { background-color: rgb(251,191,171); }
div.DivClassName
{
background-color: #FBBFAB;
}
.BgClassName
{
background-color: #FBBFAB;
}
</style>
border-color css
<style>
span { border-color: #FBBFAB; }
span { border-color: rgb(251,191,171); }
td.TdClassName
{
border-color: #FBBFAB;
}
.TagClassName
{
border-color: #FBBFAB;
}
</style>