Shades of Melon #FCBAB3
Tints of Melon #FCBAB3
RGB
CMYK
RGB Variations
Color information
#FCBAB3 (or 0xFCBAB3) is known color: Melon. HEX triplet: FC, BA and B3. RGB value is (252,186,179). Sum of RGB (Red+Green+Blue) = 252+186+179=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB3 is #03454C. Grayscale: #CDCDCD. Windows color (decimal): -214349 or 11778812. OLE color: 11778812.
HSL color Cylindrical-coordinate representation of color #FCBAB3: hue angle of 5.75º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCBAB3 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 179 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.01 |
| HSL | 5.75º | 0.92% | 0.85% | - |
| HSV(B) | 5.75º | 0.29% | 0.99% | - |
| XYZ | 65.84 | 59.07 | 50.58 | - |
| YUV | 204.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 179 | 0 | 0.26 | 0.29 | 0.01 | 5.75 | 0.92 | 0.85 |
| Hex | FC | BA | B3 | 0 | 1A | 1D | 1 | 6 | 5C | 55 |
| Octal | 374 | 272 | 263 | 0 | 32 | 35 | 1 | 6 | 134 | 125 |
| Binary | 11111100 | 10111010 | 10110011 | 0 | 11010 | 11101 | 1 | 110 | 1011100 | 1010101 |
Color Harmonies of #FCBAB3
Complementary color
Monochromatic Colors of #FCBAB3
Black with #FCBAB3
Text Example
Text Example
White with #FCBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAB3; }
p { color: rgb(252,186,179); }
H1.HeaderClassName
{
color: #FCBAB3;
}
.AnyTagClassName
{
color: #FCBAB3;
}
</style>
background-color css
<style>
a { background-color: #FCBAB3; }
a { background-color: rgb(252,186,179); }
div.DivClassName
{
background-color: #FCBAB3;
}
.BgClassName
{
background-color: #FCBAB3;
}
</style>
border-color css
<style>
span { border-color: #FCBAB3; }
span { border-color: rgb(252,186,179); }
td.TdClassName
{
border-color: #FCBAB3;
}
.TagClassName
{
border-color: #FCBAB3;
}
</style>