Shades of Melon #FBC2AB
Tints of Melon #FBC2AB
RGB
CMYK
RGB Variations
Color information
#FBC2AB (or 0xFBC2AB) is known color: Melon. HEX triplet: FB, C2 and AB. RGB value is (251,194,171). Sum of RGB (Red+Green+Blue) = 251+194+171=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AB is #043D54. Grayscale: #D0D0D0. Windows color (decimal): -277845 or 11256571. OLE color: 11256571.
HSL color Cylindrical-coordinate representation of color #FBC2AB: hue angle of 17.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 #FBC2AB is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 171 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.02 |
| HSL | 17.25º | 0.91% | 0.83% | - |
| HSV(B) | 17.25º | 0.32% | 0.98% | - |
| XYZ | 66.43 | 62.03 | 47 | - |
| YUV | 208.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 171 | 0 | 0.23 | 0.32 | 0.02 | 17.25 | 0.91 | 0.83 |
| Hex | FB | C2 | AB | 0 | 17 | 20 | 2 | 11 | 5B | 53 |
| Octal | 373 | 302 | 253 | 0 | 27 | 40 | 2 | 21 | 133 | 123 |
| Binary | 11111011 | 11000010 | 10101011 | 0 | 10111 | 100000 | 10 | 10001 | 1011011 | 1010011 |
Color Harmonies of #FBC2AB
Complementary color
Monochromatic Colors of #FBC2AB
Black with #FBC2AB
Text Example
Text Example
White with #FBC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2AB; }
p { color: rgb(251,194,171); }
H1.HeaderClassName
{
color: #FBC2AB;
}
.AnyTagClassName
{
color: #FBC2AB;
}
</style>
background-color css
<style>
a { background-color: #FBC2AB; }
a { background-color: rgb(251,194,171); }
div.DivClassName
{
background-color: #FBC2AB;
}
.BgClassName
{
background-color: #FBC2AB;
}
</style>
border-color css
<style>
span { border-color: #FBC2AB; }
span { border-color: rgb(251,194,171); }
td.TdClassName
{
border-color: #FBC2AB;
}
.TagClassName
{
border-color: #FBC2AB;
}
</style>