Shades of Melon #FCBAB2
Tints of Melon #FCBAB2
RGB
CMYK
RGB Variations
Color information
#FCBAB2 (or 0xFCBAB2) is known color: Melon. HEX triplet: FC, BA and B2. RGB value is (252,186,178). Sum of RGB (Red+Green+Blue) = 252+186+178=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAB2 is #03454D. Grayscale: #CCCCCC. Windows color (decimal): -214350 or 11713276. OLE color: 11713276.
HSL color Cylindrical-coordinate representation of color #FCBAB2: hue angle of 6.49º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCBAB2 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 178 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.01 |
| HSL | 6.49º | 0.93% | 0.84% | - |
| HSV(B) | 6.49º | 0.29% | 0.99% | - |
| XYZ | 65.74 | 59.03 | 50.05 | - |
| YUV | 204.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 178 | 0 | 0.26 | 0.29 | 0.01 | 6.49 | 0.93 | 0.84 |
| Hex | FC | BA | B2 | 0 | 1A | 1D | 1 | 6 | 5C | 54 |
| Octal | 374 | 272 | 262 | 0 | 32 | 35 | 1 | 6 | 134 | 124 |
| Binary | 11111100 | 10111010 | 10110010 | 0 | 11010 | 11101 | 1 | 110 | 1011100 | 1010100 |
Color Harmonies of #FCBAB2
Complementary color
Monochromatic Colors of #FCBAB2
Black with #FCBAB2
Text Example
Text Example
White with #FCBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAB2; }
p { color: rgb(252,186,178); }
H1.HeaderClassName
{
color: #FCBAB2;
}
.AnyTagClassName
{
color: #FCBAB2;
}
</style>
background-color css
<style>
a { background-color: #FCBAB2; }
a { background-color: rgb(252,186,178); }
div.DivClassName
{
background-color: #FCBAB2;
}
.BgClassName
{
background-color: #FCBAB2;
}
</style>
border-color css
<style>
span { border-color: #FCBAB2; }
span { border-color: rgb(252,186,178); }
td.TdClassName
{
border-color: #FCBAB2;
}
.TagClassName
{
border-color: #FCBAB2;
}
</style>