Shades of Melon #FBBCAC
Tints of Melon #FBBCAC
RGB
CMYK
RGB Variations
Color information
#FBBCAC (or 0xFBBCAC) is known color: Melon. HEX triplet: FB, BC and AC. RGB value is (251,188,172). Sum of RGB (Red+Green+Blue) = 251+188+172=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCAC is #044353. Grayscale: #CDCDCD. Windows color (decimal): -279380 or 11320571. OLE color: 11320571.
HSL color Cylindrical-coordinate representation of color #FBBCAC: hue angle of 12.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 #FBBCAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 172 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.02 |
| HSL | 12.15º | 0.91% | 0.83% | - |
| HSV(B) | 12.15º | 0.31% | 0.98% | - |
| XYZ | 65.21 | 59.45 | 47.07 | - |
| YUV | 205.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 172 | 0 | 0.25 | 0.31 | 0.02 | 12.15 | 0.91 | 0.83 |
| Hex | FB | BC | AC | 0 | 19 | 1F | 2 | C | 5B | 53 |
| Octal | 373 | 274 | 254 | 0 | 31 | 37 | 2 | 14 | 133 | 123 |
| Binary | 11111011 | 10111100 | 10101100 | 0 | 11001 | 11111 | 10 | 1100 | 1011011 | 1010011 |
Color Harmonies of #FBBCAC
Complementary color
Monochromatic Colors of #FBBCAC
Black with #FBBCAC
Text Example
Text Example
White with #FBBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCAC; }
p { color: rgb(251,188,172); }
H1.HeaderClassName
{
color: #FBBCAC;
}
.AnyTagClassName
{
color: #FBBCAC;
}
</style>
background-color css
<style>
a { background-color: #FBBCAC; }
a { background-color: rgb(251,188,172); }
div.DivClassName
{
background-color: #FBBCAC;
}
.BgClassName
{
background-color: #FBBCAC;
}
</style>
border-color css
<style>
span { border-color: #FBBCAC; }
span { border-color: rgb(251,188,172); }
td.TdClassName
{
border-color: #FBBCAC;
}
.TagClassName
{
border-color: #FBBCAC;
}
</style>