Shades of Melon #FBC2AD
Tints of Melon #FBC2AD
RGB
CMYK
RGB Variations
Color information
#FBC2AD (or 0xFBC2AD) is known color: Melon. HEX triplet: FB, C2 and AD. RGB value is (251,194,173). Sum of RGB (Red+Green+Blue) = 251+194+173=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AD is #043D52. Grayscale: #D0D0D0. Windows color (decimal): -277843 or 11387643. OLE color: 11387643.
HSL color Cylindrical-coordinate representation of color #FBC2AD: hue angle of 16.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBC2AD is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 173 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.02 |
| HSL | 16.15º | 0.91% | 0.83% | - |
| HSV(B) | 16.15º | 0.31% | 0.98% | - |
| XYZ | 66.62 | 62.11 | 48.01 | - |
| YUV | 208.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 173 | 0 | 0.23 | 0.31 | 0.02 | 16.15 | 0.91 | 0.83 |
| Hex | FB | C2 | AD | 0 | 17 | 1F | 2 | 10 | 5B | 53 |
| Octal | 373 | 302 | 255 | 0 | 27 | 37 | 2 | 20 | 133 | 123 |
| Binary | 11111011 | 11000010 | 10101101 | 0 | 10111 | 11111 | 10 | 10000 | 1011011 | 1010011 |
Color Harmonies of #FBC2AD
Complementary color
Monochromatic Colors of #FBC2AD
Black with #FBC2AD
Text Example
Text Example
White with #FBC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2AD; }
p { color: rgb(251,194,173); }
H1.HeaderClassName
{
color: #FBC2AD;
}
.AnyTagClassName
{
color: #FBC2AD;
}
</style>
background-color css
<style>
a { background-color: #FBC2AD; }
a { background-color: rgb(251,194,173); }
div.DivClassName
{
background-color: #FBC2AD;
}
.BgClassName
{
background-color: #FBC2AD;
}
</style>
border-color css
<style>
span { border-color: #FBC2AD; }
span { border-color: rgb(251,194,173); }
td.TdClassName
{
border-color: #FBC2AD;
}
.TagClassName
{
border-color: #FBC2AD;
}
</style>