Shades of Melon #FBC2AA
Tints of Melon #FBC2AA
RGB
CMYK
RGB Variations
Color information
#FBC2AA (or 0xFBC2AA) is known color: Melon. HEX triplet: FB, C2 and AA. RGB value is (251,194,170). Sum of RGB (Red+Green+Blue) = 251+194+170=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AA is #043D55. Grayscale: #D0D0D0. Windows color (decimal): -277846 or 11191035. OLE color: 11191035.
HSL color Cylindrical-coordinate representation of color #FBC2AA: hue angle of 17.78º 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 #FBC2AA is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 170 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.02 |
| HSL | 17.78º | 0.91% | 0.83% | - |
| HSV(B) | 17.78º | 0.32% | 0.98% | - |
| XYZ | 66.33 | 62 | 46.5 | - |
| YUV | 208.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 170 | 0 | 0.23 | 0.32 | 0.02 | 17.78 | 0.91 | 0.83 |
| Hex | FB | C2 | AA | 0 | 17 | 20 | 2 | 12 | 5B | 53 |
| Octal | 373 | 302 | 252 | 0 | 27 | 40 | 2 | 22 | 133 | 123 |
| Binary | 11111011 | 11000010 | 10101010 | 0 | 10111 | 100000 | 10 | 10010 | 1011011 | 1010011 |
Color Harmonies of #FBC2AA
Complementary color
Monochromatic Colors of #FBC2AA
Black with #FBC2AA
Text Example
Text Example
White with #FBC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2AA; }
p { color: rgb(251,194,170); }
H1.HeaderClassName
{
color: #FBC2AA;
}
.AnyTagClassName
{
color: #FBC2AA;
}
</style>
background-color css
<style>
a { background-color: #FBC2AA; }
a { background-color: rgb(251,194,170); }
div.DivClassName
{
background-color: #FBC2AA;
}
.BgClassName
{
background-color: #FBC2AA;
}
</style>
border-color css
<style>
span { border-color: #FBC2AA; }
span { border-color: rgb(251,194,170); }
td.TdClassName
{
border-color: #FBC2AA;
}
.TagClassName
{
border-color: #FBC2AA;
}
</style>